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

 找回密码
 立即注册
搜索

[疑问] 请教,我这个伪静态规则哪一条影响到这个页面了?

[复制链接]
onlye 发表于 2009-8-6 12:59:16 | 显示全部楼层 |阅读模式
本帖最后由 onlye 于 2009-8-6 13:01 编辑

http://www.wyxxw.com/site/s/wywz.html

我的是IIS主机,规则放在根目录下。实现SS  DZ和HDWIKI的伪静态。
但却不知道怎么搞的,影响到了这个网址导航。把httpd.ini删除,马上就好了。推测是这个httpd.ini规则影响到了。
网址导航用的是MYSITE 的生成全站的HTML。打开网址后,好像就是CSS失效,不知如何是好。
  1. [ISAPI_Rewrite]

  2. # 3600 = 1 hour
  3. CacheClockRate 3600

  4. RepeatLimit 32

  5. # Protect httpd.ini and httpd.parse.errors files
  6. # from accessing through HTTP
  7. RewriteRule ^(.*)/ss/((fid|tid)-[\w\-]+\.html)\?*(.*)$ $1/ss/index\.php\?$2&$4
  8. RewriteRule ^(.*)/forum-([0-9]+)-([0-9]+)\.html\?*(.*)$ $1/forumdisplay\.php\?fid=$2&page=$3&$4
  9. RewriteRule ^(.*)/thread-([0-9]+)-([0-9]+)-([0-9]+)\.html\?*(.*)$ $1/viewthread\.php\?tid=$2&extra=page\%3D$4&page=$3&$4
  10. RewriteRule ^(.*)/space-(username|uid)-(.+)\.html\?*(.*)$ $1/space\.php\?$2=$3&$4
  11. RewriteRule ^(.*)/tag-(.+)\.html\?*(.*)$ $1/tag\.php\?name=$2&$3

  12. RewriteRule ^/([0-9]+)$ /index\.php\?uid/$1 [L]
  13. RewriteRule ^/([0-9]+)/spacelist(.+)$ /index\.php\?uid/$1/action/spacelist/type$2 [L]
  14. RewriteRule ^/([0-9]+)/viewspace(.+)$ /index\.php\?uid/$1/action/viewspace/itemid$2 [L]
  15. RewriteRule ^/([0-9]+)/viewbbs(.+)$ /index\.php\?uid/$1/action/viewbbs/tid$2 [L]
  16. RewriteRule ^/([0-9]+)/(.*)$ /index\.php\?uid/$1/$2 [L]

  17. RewriteRule ^/action(.+)$ /index\.php\?action$1 [L]
  18. RewriteRule ^/category(.+)$ /index\.php\?action/category/catid$1 [L]
  19. RewriteRule ^/viewnews(.+)$ /index\.php\?action/viewnews/itemid$1 [L]
  20. RewriteRule ^/viewthread(.+)$ /index\.php\?action/viewthread/tid$1 [L]
  21. RewriteRule ^/mygroup(.+)$ /index\.php\?action/mygroup/gid$1 [L]

  22. RewriteRule ^(.*)/([\w]+)-(.*)$  $1/index\.php\?$2-$3
  23. RewriteRule ^(.*)/category\.(.*)$  $1/index\.php\?category\.$2
  24. RewriteRule ^(.*)/list\.(.*)$  $1/index\.php\?list\.$2
复制代码
回复

使用道具 举报

littlehz 发表于 2009-8-6 13:16:20 | 显示全部楼层
所有用 ^(.*) 改成你的应用的相对地址,例如 /bbs, /ss这样的
回复

使用道具 举报

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

本版积分规则

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

GMT+8, 2025-9-12 08:46 , Processed in 0.096141 second(s), 14 queries , Gzip On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

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