Unintended action loss fix about Issue 2166.

DrEditor was lost their function because, it can not load 'blank.html' file. This revision fix the loss with rewrite condition. Thanks to BNU.

git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.3.2@11084 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
misol 2012-08-25 16:55:44 +00:00
parent c326a5bfbb
commit aa3e2b7ac5

View file

@ -3,6 +3,7 @@ RewriteEngine On
# reserve XE Layout Template Source File (*.html)
RewriteRule ^(layouts|m.layouts)/(.+)\.html$ - [L,F]
# reserve XE Template Source Files (*.html)
RewriteCond %{REQUEST_URI} !/modules/editor/
RewriteRule /(skins|m.skins)/(.+)\.html$ - [L,F]
# conf, query, schema