mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
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:
parent
c326a5bfbb
commit
aa3e2b7ac5
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue