mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-27 23:29:57 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@141 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
ba268e8f1d
commit
a35379d3a6
6 changed files with 28 additions and 114 deletions
11
.htaccess
11
.htaccess
|
|
@ -1,5 +1,6 @@
|
|||
RewriteEngine on
|
||||
RewriteRule ^rss/([a-zA-Z0-9\_\-]*)$ ./index.php?mid=$1&act=dispRss
|
||||
RewriteRule ^trackback/([0-9]*)$ ./index.php?document_srl=$1&act=procReceiveTrackback
|
||||
RewriteRule ^([0-9]+)$ ./index.php?document_srl=$1
|
||||
RewriteRule ^([a-zA-Z\_]+)$ ./index.php?mid=$1
|
||||
RewriteEngine On
|
||||
RewriteRule ^rss/([[:alnum:]]+)$ ./index.php?mid=$1&act=dispRss [L]
|
||||
RewriteRule ^trackback/([[:digit:]]+)$ ./index.php?document_srl=$1&act=procReceiveTrackback [L]
|
||||
RewriteRule ^admin ./index.php?module=admin [L]
|
||||
RewriteRule ^([[:digit:]]+)$ ./index.php?document_srl=$1 [L]
|
||||
RewriteRule ^([[:alnum:]]+)$ ./index.php?mid=$1 [L]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue