diff options
author | randomdan <randomdan@localhost> | 2011-01-17 14:30:02 +0000 |
---|---|---|
committer | randomdan <randomdan@localhost> | 2011-01-17 14:30:02 +0000 |
commit | bce48898c73880a95885f406b4776ea7cc671dd4 (patch) | |
tree | 4a409ab6bbba39cc2c0c44126332fbaa51a8ad87 | |
parent | Specify schema search path (diff) | |
download | gentoobrowse-bce48898c73880a95885f406b4776ea7cc671dd4.tar.bz2 gentoobrowse-bce48898c73880a95885f406b4776ea7cc671dd4.tar.xz gentoobrowse-bce48898c73880a95885f406b4776ea7cc671dd4.zip |
Migrate to mod_filter
-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 |