mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-02 01:52:10 +09:00
.htaccess 파일에서 메뉴 이미지 버튼을 추가
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3582 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
890664fd39
commit
e54b70b89b
1 changed files with 1 additions and 0 deletions
|
|
@ -2,6 +2,7 @@ RewriteEngine On
|
|||
|
||||
# image...
|
||||
RewriteRule ^(.+)/files/attach/images/(.*) ./files/attach/images/$2 [L]
|
||||
RewriteRule ^(.+)/files/attach/menu_button/(.*) ./files/attach/images/$2 [L]
|
||||
RewriteRule ^(.+)/files/member_extra_info/(.*) ./files/member_extra_info/$2 [L]
|
||||
RewriteRule ^(.+)/files/cache/(.*) ./files/cache/$2 [L]
|
||||
RewriteRule ^(.+)/modules/(.*) ./modules/$2 [L]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue