#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:
taggon 2009-12-18 04:53:02 +00:00
parent 388e35f47c
commit 7610bf973a

View file

@ -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]