芭奇软件站群技术交流反馈

 找回密码
 注册账号
搜索
查看: 2656|回复: 1

dreamhost主机:SupeSite7.5伪静态规则

[复制链接]
bakii 发表于 lasttime | 显示全部楼层 |阅读模式
在程序后台开启静态化设置,将下面的代码保存为 .htaccess 文件,上传到程序根目录!
保存为 .htaccess 文件的方法:
记事本保存代码,然后“另存为”,文件名写.htaccess,保存类型选“所有文件(*.*)”,点"保存"即可。



###        将 RewriteEngine 模式打开
RewriteEngine On
RewriteBase /
###        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]
字体下载大全 发表于 lasttime | 显示全部楼层
富士康自杀百度账户优化

芭奇软件

GMT+8, 2024-4-18 22:40

Powered by Discuz! X3.4

© 2001-2017 Comsenz Inc.

快速回复 返回顶部 返回列表