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

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

[疑问] ss7.5 设为伪静态仿问,为什么网址中会多出个index.php

[复制链接]
冰城渔民 发表于 2010-2-10 22:48:40 | 显示全部楼层 |阅读模式
ss7.5 设为伪静态仿问,为什么网址中会多出个index.php

伪静态网址如下 http://www.gudaow.com/index.php/viewthread-10818.html
怎么才能显示成http://www.gudaow.com/viewthread-10818.html


所用伪静态规则
  1. Redirect 301 /bbs http://bbs.gudaow.com
  2. ###        将 RewriteEngine 模式打开
  3. RewriteEngine On

  4. ###        修改以下语句中的 /supesite 修改为你的SupeSite目录地址,如果程序放在根目录中,请将 /supesite 修改为 /
  5. RewriteBase /

  6. ###        Rewrite 系统规则请勿修改
  7. RewriteRule ^([0-9]+)/spacelist(.+)$ index.php?uid/$1/action/spacelist/type$2 [L]
  8. RewriteRule ^([0-9]+)/viewspace(.+)$ index.php?uid/$1/action/viewspace/itemid$2 [L]
  9. RewriteRule ^([0-9]+)/viewbbs(.+)$ index.php?uid/$1/action/viewbbs/tid$2 [L]
  10. RewriteRule ^([0-9]+)/(.*)$ index.php?uid/$1/$2 [L]
  11. RewriteRule ^([0-9]+)$ index.php?uid/$1 [L]

  12. RewriteRule ^action(.+)$ index.php?action$1 [L]
  13. RewriteRule ^category(.+)$ index.php?action/category/catid$1 [L]
  14. RewriteRule ^viewnews(.+)$ index.php?action/viewnews/itemid$1 [L]
  15. RewriteRule ^viewthread(.+)$ index.php?action/viewthread/tid$1 [L]
  16. RewriteRule ^mygroup(.+)$ index.php?action/mygroup/gid$1 [L]
复制代码
请高手帮忙指点
haaroyou 发表于 2010-2-10 23:59:08 | 显示全部楼层
而且我设了静态,怎么点开都是主页`!
回复

使用道具 举报

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

本版积分规则

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

GMT+8, 2024-11-18 22:38 , Processed in 0.023722 second(s), 4 queries , Gzip On, Redis On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

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