<IfModule mod_Rewrite.c> RewriteEngine On ###Rewrite 系统规则请勿修改 RewriteRule ^/([0-9]+)/spacelist(.+)$ /index.php?uid/$1/action/spacelist/type$2 [L] RewriteRule ^/([0-9]+)/viewspace(.+)$ /index.php?uid/$1/action/viewspace/itemid$2 [L] RewriteRule ^/([0-9]+)/viewbbs(.+)$ /index.php?uid/$1/action/viewbbs/tid$2 [L] RewriteRule ^/([0-9]+)/(.*)$ /index.php?uid/$1/$2 [L] RewriteRule ^/([0-9]+)$ /index.php?uid/$1 [L] RewriteRule ^/action(.+)$ /index.php?action$1 [L] RewriteRule ^/category(.+)$ /index.php?action/category/catid$1 [L] RewriteRule ^/viewnews(.+)$ /index.php?action/viewnews/itemid$1 [L] RewriteRule ^/viewthread(.+)$ /index.php?action/viewthread/tid$1 [L] RewriteRule ^/mygroup(.+)$ /index.php?action/mygroup/gid$1 [L] </IfModule>
使用道具 举报
本版积分规则 发表回复 回帖后跳转到最后一页
手机版|小黑屋|Discuz! 官方站 ( 皖ICP备16010102号 )
GMT+8, 2025-9-13 05:33 , Processed in 0.096727 second(s), 14 queries , Gzip On.
Powered by Discuz! X3.4
Copyright © 2001-2023, Tencent Cloud.