mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-12 13:32:16 +09:00
5 lines
272 B
ApacheConf
5 lines
272 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
|
|
RewriteRule ^([a-zA-Z\_]+)$ ./index.php?mid=$1
|