mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 10:41:40 +09:00
Rewrite rule 오류 수정
by @kijin
This commit is contained in:
parent
ed4e110802
commit
02b1c2924f
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
# conf, query, schema, skins, layouts, m.layouts
|
# conf, query, schema, skins, layouts, m.layouts
|
||||||
rewrite ^/(modules|addons|widgets|layouts|m.layouts)/(.+)\.(html|xml)$ /index.php last;
|
rewrite ^/(modules|addons|widgets|(m\.)?layouts)/(.+)\.(html|xml)$ /index.php last;
|
||||||
|
|
||||||
# reserve setting files
|
# reserve setting files
|
||||||
rewrite ^/files/config/(.+)\.php$ /index.php last;
|
rewrite ^/files/config/(.+)\.php$ /index.php last;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue