diff options
-rw-r--r-- | gentoobrowse/.htaccess | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gentoobrowse/.htaccess b/gentoobrowse/.htaccess index eb74b34..9651de7 100644 --- a/gentoobrowse/.htaccess +++ b/gentoobrowse/.htaccess @@ -7,4 +7,6 @@ RewriteCond %{REQUEST_URI} !^/p2web RewriteCond %{REQUEST_URI} !^/env RewriteRule ^(.*) /p2web/\1 [L] -AddOutputFilterByType XSLT text/xml-xslt +FilterDeclare XSLT +FilterProvider XSLT XSLT resp=Content-Type text/xml-xslt +FilterChain =XSLT COMPRESS |