还是 伪静态问题,希望懂的朋友帮下自己,不胜感激!
1、后台开启了伪静态功能 请看图
2、空间上传了伪静态规则 请看图
3、伪静态规则如下
[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
RewriteCond Host: ^lin5.cn$
RewriteRule (.*) http://www.lin5.cn$1 [I,RP]
现在的问题是:
1、伪静态自己认为应该是生效的
因为 我刚刚去发布了一篇 帖子 提交后自动跳转的页面的地址是伪静态的 请看图
2、但是就上面同一片帖子在 网站首页(www.lin5.cn) 和论坛版块页 却均是动态的

到底是哪里出现问题了呢?我找遍了discuz论坛中跟伪静态相关的所有 帖子 都没能解决。期待您的帮助 谢谢 谢谢!
我QQ:1543759131 谢谢! |