Skip to content
Snippets Groups Projects
Commit d74eb842 authored by Attila Lendvai's avatar Attila Lendvai
Browse files

fix encoding

darcs-hash:1c6f77a9f3ae7f65dbe0dc971e51411b0bc12995
parent bcd4329c
No related branches found
No related tags found
No related merge requests found
AddDefaultCharset UTF-8
#AddCharset UTF-8 .html .xhtml
RewriteEngine on
RewriteBase /
# change the content-type response header of xhtml files for IE
RewriteCond %{REQUEST_URI} .xhtml$
RewriteCond %{HTTP_USER_AGENT} ^Mozilla/4(.*)MSIE
RewriteRule .* - [T=text/html]
#RewriteCond %{HTTP_ACCEPT} application/xhtml+xml
#RewriteCond %{HTTP_ACCEPT} !application/xhtml+xmls*;s*q=0
#RewriteCond %{REQUEST_URI} .html$
#RewriteCond %{THE_REQUEST} HTTP/1.1
#RewriteRule .* - [T=application/xhtml+xml]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment