From 1522e48c854046b947284dbe50296cc0e159be4c Mon Sep 17 00:00:00 2001 From: Dave Lawrence Date: Thu, 31 Oct 2013 16:32:46 +0800 Subject: Bug 887117: Move the compiled template cache dir to a directory in the document root to avoid storing on NFS --- .htaccess | 2 ++ 1 file changed, 2 insertions(+) (limited to '.htaccess') diff --git a/.htaccess b/.htaccess index 4e0a08f57..81561d566 100644 --- a/.htaccess +++ b/.htaccess @@ -41,6 +41,8 @@ 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 ^template_cache.deleteme/ - [F,L,NC] RewriteRule ^review(.*) page.cgi?id=splinter.html$1 [QSA] RewriteRule ^user_?profile(.*) page.cgi?id=user_profile.html$1 [QSA] RewriteRule ^request_defer(.*) page.cgi?id=request_defer.html$1 [QSA] -- cgit v1.2.3-24-g4f1b