2012-07-17 17:20:01 +03:00
|
|
|
# This file is meant for use with mirrors running Apache.
|
|
|
|
# This file won't affect GH-pages as far as I know.
|
2012-07-17 17:12:14 +03:00
|
|
|
Options +Includes +Indexes
|
2012-07-17 17:10:34 +03:00
|
|
|
AddType text/html shtml
|
|
|
|
AddHandler server-parsed shtml
|
|
|
|
AddDefaultCharset utf-8
|
2012-07-18 16:42:41 +03:00
|
|
|
DirectoryIndex index.html sitemap.html
|
2013-01-24 07:23:45 +02:00
|
|
|
|
|
|
|
# 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>
|