为什么会跳转到http//error404.000webhost.com/?
[i=s] 本帖最后由 18723894075 于 2011-8-17 17:04 编辑 [/i]为什么我访问任何一个文件都会跳转到[url=http://xn--http-uh5f0ct5bvug6te31ornd//error404.000webhost.com/?]http//error404.000webhost.com/?[/url]
http://bbs.47fy.net 解决了,原来是不支持伪静态 [b]回复 [url=http://www.idc866.com/redirect.php?goto=findpost&pid=85235&ptid=13388]2#[/url] [i]18723894075[/i] [/b]
不是不支持而是你没有设置规则 [b]回复 [url=http://idc866.com/redirect.php?goto=findpost&pid=85236&ptid=13388]3#[/url] [i]Jonnes[/i] [/b]
我设置了[code]# 将 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[/code]还是不行 不懂`````以前有过 后来就没了
页:
[1]