diff options
| -rw-r--r-- | gentoobrowse/.htaccess | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/gentoobrowse/.htaccess b/gentoobrowse/.htaccess index ca0c9be..c727c5d 100644 --- a/gentoobrowse/.htaccess +++ b/gentoobrowse/.htaccess @@ -11,5 +11,5 @@ RewriteCond %{REQUEST_URI} !^/p2web  RewriteRule ^(.*) /p2web/\1 [L]  FilterDeclare XSLT -FilterProvider XSLT XSLT resp=Content-Type text/xml-xslt +FilterProvider XSLT XSLT resp=Content-Type $text/xml-xslt  FilterChain =XSLT COMPRESS  | 
