git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@639915
13f79535-47bb-0310-9956-
ffa450edef68
<Files *.html>
SetHandler type-map
</Files>
+ <!-- .tr is text/troff in mime.types! -->
+ <Files *.html.tr.utf8>
+ ForceType text/html
+ </Files>
SetEnvIf Request_URI ^/manual/(de|en|es|fr|ja|ko|ru|tr)/ prefer-language=$1
RedirectMatch 301 ^/manual(?:/(de|en|es|fr|ja|ko|ru|tr)){2,}(/.*)?$ /manual/$1$2
<Files *.html>
SetHandler type-map
</Files>
+ <!-- .tr is text/troff in mime.types! -->
+ <Files *.html.tr.utf8>
+ ForceType text/html
+ </Files>
SetEnvIf Request_URI ^/manual/(de|en|es|fr|ja|ko|ru|tr)/ prefer-language=$1
RedirectMatch 301 ^/manual(?:/(de|en|es|fr|ja|ko|ru|tr)){2,}(/.*)?$ /manual/$1$2