summaryrefslogtreecommitdiffstats
path: root/.htaccess
diff options
context:
space:
mode:
authorDave Lawrence <dlawrence@mozilla.com>2013-10-17 17:23:21 +0200
committerDave Lawrence <dlawrence@mozilla.com>2013-10-17 17:23:21 +0200
commita15e9311146867b4decacee483f0074d93bf7661 (patch)
treed5c1b3a0538b6fdb06b5960d86ece39540c69496 /.htaccess
parent62ae33ffa16c22e9705bd22e48fb8299225462f4 (diff)
downloadbugzilla-a15e9311146867b4decacee483f0074d93bf7661.tar.gz
bugzilla-a15e9311146867b4decacee483f0074d93bf7661.tar.xz
Bug 887117 - Move the compiled template cache dir to a directory in the document root to avoid storing on NFS
r=glob
Diffstat (limited to '.htaccess')
-rw-r--r--.htaccess1
1 files changed, 1 insertions, 0 deletions
diff --git a/.htaccess b/.htaccess
index e6b7e14ea..6bdc450f8 100644
--- a/.htaccess
+++ b/.htaccess
@@ -41,6 +41,7 @@ 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