mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-05 09:41:40 +09:00
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
This commit is contained in:
parent
ca3403ff43
commit
18e2cec3d2
1 changed files with 1 additions and 1 deletions
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue