Vanilla 1.1.9 is a product of Lussumo. More Information: Documentation, Community Support.
mimetype.assign = (
".xhtml" => "application/xhtml+xml",
".sxhtml" => "application/xhtml+xml")
$HTTP["useragent"] =~ "MSIE" {
mimetype.assign = (
".xhtml" => "text/html",
".sxhtml" => "text/html")
}
ssi.extension = (".shtm", ".shtml", ".sxhtml")
# Prevent viewing of .htaccess files
order allow,deny
deny from all
# MIME types
AddType "text/html; charset=utf-8" .xhtml .sxhtml
RewriteEngine On
RewriteBase /
RewriteCond %{HTTP_ACCEPT} application\/xhtml\+xml
RewriteCond %{HTTP_ACCEPT} !application\/xhtml\+xml\s*;\s*q=0
RewriteCond %{THE_REQUEST} HTTP\/1\.1
RewriteRule \.xhtml$|\.sxhtml$ - "[T=application/xhtml+xml; charset=UTF-8]"
# SSI Handler
AddHandler server-parsed .sxhtml
Options Indexes FollowSymLinks Includes
# Index pages
DirectoryIndex index.php index.sxhtml index.shtml index.xhtml index.html index.htm
1 to 12 of 12