SupeSite Rewrite规则 (7.0)

来源:互联网 发布:cs fps优化 编辑:程序博客网 时间:2024/04/27 09:46

# SupeSite Rewrite规则
# 独立主机用户
# 修改以下语句中的 /supesite 修改为你的SupeSite目录地址,如果程序放在根目录中,请将 /supesite 修改为 /

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 ^/action(.+)$ /index/.php/?action$1
RewriteRule ^/category_(.+)$ /index/.php/?action_category_catid_$1
RewriteRule ^/itemlist_(.+)$ /index/.php/?action_itemlist_catid_$1
RewriteRule ^/viewnews_(.+)$ /index/.php/?action_viewnews_itemid_$1
RewriteRule ^/viewthread_(.+)$ /index/.php/?action_viewthread_tid_$1
RewriteRule ^/index([/.a-zA-Z0-9]*)$ /index/.php

原创粉丝点击