From 18e2cec3d22b3c1d6512cd8a266c47abf129dee7 Mon Sep 17 00:00:00 2001 From: misol Date: Fri, 17 Aug 2012 08:28:02 +0000 Subject: [PATCH] Remove 'tpl' directory *.html files from reserving template source file list. git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.3.1@11039 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- .htaccess | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.htaccess b/.htaccess index 740654def..a4c135a93 100644 --- a/.htaccess +++ b/.htaccess @@ -3,7 +3,7 @@ RewriteEngine On # reserve XE Layout Template Source File (*.html) RewriteRule ^(layouts|m.layouts)/(.+)\.html$ - [L,F] # reserve XE Template Source Files (*.html) -RewriteRule /(skins|m.skins|tpl)/(.+)\.html$ - [L,F] +RewriteRule /(skins|m.skins)/(.+)\.html$ - [L,F] # conf, query, schema RewriteRule ^(modules|addons|widgets)/(.+)/(conf|queries|schemas)/(.+)\.xml$ ./index.php [L]