mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
htaccess 에 layout의 html 파일을 보호하기 위한 코드를 추가
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6648 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
7bc7876172
commit
1789ad6e94
1 changed files with 3 additions and 0 deletions
|
|
@ -1,5 +1,8 @@
|
||||||
RewriteEngine On
|
RewriteEngine On
|
||||||
|
|
||||||
|
# reserve XE Layout Template Source File (*.html)
|
||||||
|
RewriteRule ^layouts/(.+)/(.+).html$ ./index.php [L]
|
||||||
|
|
||||||
# static files
|
# static files
|
||||||
RewriteRule ^(.+)/files/member_extra_info/(.*) ./files/member_extra_info/$2 [L]
|
RewriteRule ^(.+)/files/member_extra_info/(.*) ./files/member_extra_info/$2 [L]
|
||||||
RewriteRule ^(.+)/files/attach/(.*) ./files/attach/$2 [L]
|
RewriteRule ^(.+)/files/attach/(.*) ./files/attach/$2 [L]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue