我的rewirte 设置
复制内容到剪贴板
代码:
RewriteRule ^/action/(.+)$ /index.php?action/$1
RewriteRule ^/i([0-9]+)(.*)$ /index.php?action/viewspace/itemid/$1$2
RewriteRule ^/t([0-9]+)(.*)$ /index.php?action/viewbbs/tid/$1$2
RewriteRule ^/([0-9]+)/tplid(.*)$ /index.php?action/space/uid/$1/tplid$2
RewriteRule ^/([0-9]+)/starttime(.+)$ /index.php?action/spacelist/uid/$1/starttime$2
RewriteRule ^/([0-9]+)/type(.+)$ /index.php?action/spacelist/uid/$1/type$2
RewriteRule ^/([0-9]+)(.*)$ /index.php?action/space/uid/$1$2
RewriteRule ^/index(.*)$ /index.php