From 27d7fc49f8b9fe52cb94fda227ff3a0937d497f3 Mon Sep 17 00:00:00 2001 From: Dave Lawrence Date: Thu, 17 Oct 2013 12:02:42 -0400 Subject: Revert for now Bug 887117 - Move the compiled template cache dir to a directory in the document root to avoid storing on NFS --- .htaccess | 1 - 1 file changed, 1 deletion(-) (limited to '.htaccess') diff --git a/.htaccess b/.htaccess index 6bdc450f8..e6b7e14ea 100644 --- a/.htaccess +++ b/.htaccess @@ -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 -- cgit v1.2.3-24-g4f1b