后台伪静态规则查询
查不到规则
根目录下有这个规则文件
文件也有内容- [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
复制代码 可是为什么我在后台查不到REWRITE规则呢? |
上一篇: 抱歉,您无权使用此功能 这是怎么回事下一篇: 帖子底部的分享好像乱码了,怎么解决?如图
|