mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-23 21:29:58 +09:00
4 lines
224 B
ApacheConf
4 lines
224 B
ApacheConf
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
|