summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrandomdan <randomdan@localhost>2011-01-17 14:30:02 +0000
committerrandomdan <randomdan@localhost>2011-01-17 14:30:02 +0000
commitbce48898c73880a95885f406b4776ea7cc671dd4 (patch)
tree4a409ab6bbba39cc2c0c44126332fbaa51a8ad87
parentSpecify schema search path (diff)
downloadgentoobrowse-bce48898c73880a95885f406b4776ea7cc671dd4.tar.bz2
gentoobrowse-bce48898c73880a95885f406b4776ea7cc671dd4.tar.xz
gentoobrowse-bce48898c73880a95885f406b4776ea7cc671dd4.zip
Migrate to mod_filter
-rw-r--r--gentoobrowse/.htaccess4
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