git-svn-id: http://xe-core.googlecode.com/svn/trunk@1485 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2007-05-28 02:24:32 +00:00
parent e1372a0698
commit 76cc271240
3 changed files with 32 additions and 0 deletions

View file

@ -4,3 +4,4 @@ RewriteRule ^trackback/([[:digit:]]+)$ ./index.php?module=trackback&act=procTrac
RewriteRule ^admin$ ./index.php?module=admin [L]
RewriteRule ^([[:digit:]]+)$ ./index.php?document_srl=$1 [L]
RewriteRule ^([a-zA-Z0-9_]+)$ ./index.php?mid=$1 [L]
RewriteRule ^blogapi/(.*)$ ./index.php?act=blogapi&mid=$1 [L]