diff options
author | randomdan <randomdan@localhost> | 2012-05-03 19:31:05 +0000 |
---|---|---|
committer | randomdan <randomdan@localhost> | 2012-05-03 19:31:05 +0000 |
commit | da474d6ec75be7eee4a74222a47eb1a7ba43f9b5 (patch) | |
tree | ffa5d63b8cfa4ed14a35dfbba51f23ae4c998f6a | |
parent | Minor layout tweaks (diff) | |
download | gentoobrowse-da474d6ec75be7eee4a74222a47eb1a7ba43f9b5.tar.bz2 gentoobrowse-da474d6ec75be7eee4a74222a47eb1a7ba43f9b5.tar.xz gentoobrowse-da474d6ec75be7eee4a74222a47eb1a7ba43f9b5.zip |
Remove references to COMPRESS directly, add options and grant global access - fixes .htaccesses for a default Apache install
-rw-r--r-- | gentoobrowse/.htaccess | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gentoobrowse/.htaccess b/gentoobrowse/.htaccess index e33d832..651c155 100644 --- a/gentoobrowse/.htaccess +++ b/gentoobrowse/.htaccess @@ -14,4 +14,4 @@ RewriteRule ^(.*) /p2web/\1 [L] FilterDeclare XSLT FilterProvider XSLT XSLT resp=Content-Type $text/xml-xslt -FilterChain =XSLT COMPRESS +FilterChain +XSLT |