mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-05 09:41:40 +09:00
#18552591 일부 오래된 Apache 서버에서 수정된 .htaccess가 Internal Server Error를 발생시키는 버그 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7052 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
388e35f47c
commit
7610bf973a
1 changed files with 2 additions and 2 deletions
|
|
@ -4,8 +4,8 @@ RewriteEngine On
|
||||||
RewriteRule ^layouts/(.+)/(.+)\.html$ ./index.php [L]
|
RewriteRule ^layouts/(.+)/(.+)\.html$ ./index.php [L]
|
||||||
|
|
||||||
# static files
|
# static files
|
||||||
RewriteRule ^(?:.+)/files/(member_extra_info|attach|cache|faceOff)/(.*) ./files/$1/$2 [L]
|
RewriteRule ^(.+)/files/(member_extra_info|attach|cache|faceOff)/(.*) ./files/$2/$3 [L]
|
||||||
RewriteRule ^(?:\w+)(?:/\w+(?:/entry)?)?/(files|modules|common|widgets|widgetStyle|layouts|addons)/(.*) ./$1/$2 [L]
|
RewriteRule ^(\w+)(/\w+(/entry)?)?/(files|modules|common|widgets|widgetStyle|layouts|addons)/(.*) ./$4/$5 [L]
|
||||||
|
|
||||||
# rss , blogAPI
|
# rss , blogAPI
|
||||||
RewriteRule ^(rss|atom)$ ./index.php?module=rss&act=$1 [L]
|
RewriteRule ^(rss|atom)$ ./index.php?module=rss&act=$1 [L]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue