我怎么设置伪静态都不管用啊,求求大神救救我啊以下是服务器配置
Discuz! 程序版本 | Discuz! X3.2 Release 20140603 查看最新版本 专业支持与服务 Discuz!专用主机 | UCenter 客户端版本 | UCenter 1.6.0 Release 20110501 | 服务器系统及 PHP | WINNT / PHP v5.2.17 | 服务器软件 | Microsoft-IIS/6.0 | 服务器 MySQL 版本 | 5.0.96-community-nt | 上传许可 | 20M | 当前数据库尺寸 | 4.78 MB | 当前附件尺寸 |
|
我用的是这个规则
[ISAPI_Rewrite]
# 3600 = 1 hour
CacheClockRate 3600
RepeatLimit 32
# Protect httpd.ini and httpd.parse.errors files
# from accessing through HTTP
RewriteRule ^(.*)/topic-(.+)\.html(\?(.*))*$ $1/portal\.php\?mod=topic&topic=$2&$4
RewriteRule ^(.*)/article-([0-9]+)-([0-9]+)\.html(\?(.*))*$ $1/portal\.php\?mod=view&aid=$2&page=$3&$5
RewriteRule ^(.*)/forum-(\w+)-([0-9]+)\.html(\?(.*))*$ $1/forum\.php\?mod=forumdisplay&fid=$2&page=$3&$5
RewriteRule ^(.*)/thread-([0-9]+)-([0-9]+)-([0-9]+)\.html(\?(.*))*$ $1/forum\.php\?mod=viewthread&tid=$2&extra=page\%3D$4&page=$3&$6
RewriteRule ^(.*)/group-([0-9]+)-([0-9]+)\.html(\?(.*))*$ $1/forum\.php\?mod=group&fid=$2&page=$3&$5
RewriteRule ^(.*)/space-(username|uid)-(.+)\.html(\?(.*))*$ $1/home\.php\?mod=space&$2=$3&$5
RewriteRule ^(.*)/blog-([0-9]+)-([0-9]+)\.html(\?(.*))*$ $1/home\.php\?mod=space&uid=$2&do=blog&id=$3&$5
RewriteRule ^(.*)/(fid|tid)-([0-9]+)\.html(\?(.*))*$ $1/index\.php\?action=$2&value=$3&$5
RewriteRule ^(.*)/([a-z]+[a-z0-9_]*)-([a-z0-9_\-]+)\.html(\?(.*))*$ $1/plugin\.php\?id=$23&$5
但是设置好了这个都是勾上的
页面 | 标记 | 格式 | 可用 | 门户专题页 | {name} | | | 门户文章页 | {id}, {page} | | | 论坛主题列表页 | {fid}, {page} | | | 论坛主题内容页 | {tid}, {page}, {prevpage} | | | 群组主题列表页 | {fid}, {page} | | | 用户个人主页 | {user}, {value} | | | 用户日志内容页 | {uid}, {blogid} | | | 论坛 Archiver 页 | {action}, {value} | | | 插件 | {pluginid}, {module} | | |
但是网站首页可以进,版款页打不开要怎么设置啊,我问过空间商了他说支持伪静态的实在没办法了 |
|
|