mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-02 01:52:10 +09:00
#358 widgets, layouts, addons 3개의 디렉토리를 rewrite mod 사용시 경로 잘못되지 않도록 .htaccess에 추가
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3515 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
1dff2a4863
commit
3e8f44a374
1 changed files with 3 additions and 0 deletions
|
|
@ -4,6 +4,9 @@ RewriteEngine On
|
|||
RewriteRule ^([a-zA-Z0-9_]+)/files/attach/images/(.*) ./files/attach/images/$2 [L]
|
||||
RewriteRule ^([a-zA-Z0-9_]+)/modules/(.*) ./modules/$2 [L]
|
||||
RewriteRule ^([a-zA-Z0-9_]+)/common/(.*) ./common/$2 [L]
|
||||
RewriteRule ^([a-zA-Z0-9_]+)/widgets/(.*) ./widgets/$2 [L]
|
||||
RewriteRule ^([a-zA-Z0-9_]+)/layouts/(.*) ./layouts/$2 [L]
|
||||
RewriteRule ^([a-zA-Z0-9_]+)/addons/(.*) ./addons/$2 [L]
|
||||
|
||||
# page
|
||||
RewriteRule ^([a-zA-Z0-9_]+)/([[:digit:]]+)page$ ./index.php?mid=$1&page=$2 [L]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue