Discuz!官方免费开源建站系统

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

[疑问] 求supesite 7.5的伪静态规则

[复制链接]
成功在于创新 发表于 2012-2-6 09:53:30 | 显示全部楼层 |阅读模式
我装了supestie 7.5的,想设成静态的了,找了很多,设置了伪静态都没有成功,请问哪位有规则,分享一下,谢谢!!!
 楼主| 成功在于创新 发表于 2012-2-7 10:03:03 | 显示全部楼层
哇,都没有人有呀!!!!!!
回复

使用道具 举报

yushine 发表于 2012-3-4 15:20:48 | 显示全部楼层
apache 的

<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d

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>

回复

使用道具 举报

hanquan008 发表于 2012-3-30 07:34:38 | 显示全部楼层
我的是windows IIS的服务器的哦
回复

使用道具 举报

2038 发表于 2012-3-30 10:37:08 | 显示全部楼层
回复

使用道具 举报

xyz12345 发表于 2012-4-7 17:07:36 | 显示全部楼层
同求。后台直接是生成静态的文件哦
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

手机版|小黑屋|Discuz! 官方站 ( 皖ICP备16010102号 )star

GMT+8, 2024-11-24 12:57 , Processed in 0.026166 second(s), 5 queries , Gzip On, Redis On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

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