From bce48898c73880a95885f406b4776ea7cc671dd4 Mon Sep 17 00:00:00 2001 From: randomdan Date: Mon, 17 Jan 2011 14:30:02 +0000 Subject: Migrate to mod_filter --- gentoobrowse/.htaccess | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3