标题:
为什么会跳转到http//error404.000webhost.com/?
[打印本页]
作者:
18723894075
时间:
2011-8-17 17:03
标题:
为什么会跳转到http//error404.000webhost.com/?
本帖最后由 18723894075 于 2011-8-17 17:04 编辑
为什么我访问任何一个文件都会跳转到
http//error404.000webhost.com/?
http://bbs.47fy.net
作者:
18723894075
时间:
2011-8-17 17:07
解决了,原来是不支持伪静态
作者:
Jonnes
时间:
2011-8-17 17:13
回复
2#
18723894075
不是不支持而是你没有设置规则
作者:
18723894075
时间:
2011-8-17 17:19
回复
3#
Jonnes
我设置了
# 将 RewriteEngine 模式打开
RewriteEngine On
# 修改以下语句中的 /discuz 为你的论坛目录地址,如果程序放在根目录中,请将 /discuz 修改为 /
RewriteBase /discuz
# Rewrite 系统规则请勿修改
RewriteCond %{QUERY_STRING} ^(.*)$
RewriteRule ^topic-(.+)\.html$ portal.php?mod=topic&topic=$1&%1
RewriteCond %{QUERY_STRING} ^(.*)$
RewriteRule ^article-([0-9]+)-([0-9]+)\.html$ portal.php?mod=view&aid=$1&page=$2&%1
RewriteCond %{QUERY_STRING} ^(.*)$
RewriteRule ^forum-(\w+)-([0-9]+)\.html$ forum.php?mod=forumdisplay&fid=$1&page=$2&%1
RewriteCond %{QUERY_STRING} ^(.*)$
RewriteRule ^thread-([0-9]+)-([0-9]+)-([0-9]+)\.html$ forum.php?mod=viewthread&tid=$1&extra=page\%3D$3&page=$2&%1
RewriteCond %{QUERY_STRING} ^(.*)$
RewriteRule ^group-([0-9]+)-([0-9]+)\.html$ forum.php?mod=group&fid=$1&page=$2&%1
RewriteCond %{QUERY_STRING} ^(.*)$
RewriteRule ^space-(username|uid)-(.+)\.html$ home.php?mod=space&$1=$2&%1
RewriteCond %{QUERY_STRING} ^(.*)$
RewriteRule ^([a-z]+)-(.+)\.html$ $1.php?rewrite=$2&%1
复制代码
还是不行
作者:
ML狐狸精
时间:
2011-8-17 17:53
不懂`````以前有过 后来就没了
欢迎光临 免费国外空间,国外免费空间, (http://idc866.com/)
Powered by Discuz! 7.2