diff options
author | Dave Lawrence <dlawrence@mozilla.com> | 2013-10-17 18:02:42 +0200 |
---|---|---|
committer | Dave Lawrence <dlawrence@mozilla.com> | 2013-10-17 18:02:42 +0200 |
commit | 27d7fc49f8b9fe52cb94fda227ff3a0937d497f3 (patch) | |
tree | 0571fb266d0b0c619d9be2a8c2272d04afcce9a1 /.htaccess | |
parent | a15e9311146867b4decacee483f0074d93bf7661 (diff) | |
download | bugzilla-27d7fc49f8b9fe52cb94fda227ff3a0937d497f3.tar.gz bugzilla-27d7fc49f8b9fe52cb94fda227ff3a0937d497f3.tar.xz |
Revert for now Bug 887117 - Move the compiled template cache dir to a directory in the document root to avoid storing on NFS
Diffstat (limited to '.htaccess')
-rw-r--r-- | .htaccess | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -41,7 +41,6 @@ Redirect permanent /etiquette.html https://bugzilla.mozilla.org/page.cgi?id=etiq Redirect permanent /duplicates.html https://bugzilla.mozilla.org/duplicates.cgi RewriteEngine On -RewriteRule ^template_cache/ - [F,L,NC] RewriteRule ^review(.*) page.cgi?id=splinter.html$1 [QSA] RewriteRule ^user_?profile(.*) page.cgi?id=user_profile.html$1 [QSA] RewriteRule ^favicon\.ico$ extensions/BMO/web/images/favicon.ico |