mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2024-11-14 07:59:27 +01:00
Restore & fix .htaccess
This commit is contained in:
parent
559520d8e2
commit
9cd02c891c
15
.htaccess
Executable file
15
.htaccess
Executable file
@ -0,0 +1,15 @@
|
|||||||
|
# This file is meant for use with mirrors running Apache.
|
||||||
|
# This file won't affect GH-pages as far as I know.
|
||||||
|
Options +Includes +Indexes
|
||||||
|
AddType text/html shtml
|
||||||
|
AddHandler server-parsed shtml
|
||||||
|
AddDefaultCharset utf-8
|
||||||
|
DirectoryIndex index.html index.real.html
|
||||||
|
|
||||||
|
# Force Google Chrome Frame to be used if it's installed.
|
||||||
|
<IfModule mod_setenvif.c>
|
||||||
|
<IfModule mod_headers.c>
|
||||||
|
BrowserMatch chromeframe gcf
|
||||||
|
Header append X-UA-Compatible "chrome=1" env=gcf
|
||||||
|
</IfModule>
|
||||||
|
</IfModule>
|
Loading…
Reference in New Issue
Block a user