[提问]
求助:godaddy win主机404错误请求援助!
|
|
上传到空间的网站主页没有问题,其它页面全部报404的错,请高手帮助出出主意!!!!
http://www.dangdang.com.es |
|
|
|
|
|
|
|
|
|
|
jzw001
发表于 2011-1-4 22:34:33
|
显示全部楼层
404错误是服务器找不到指定的资源。
我看了一下你的内页没用带中文的url,因此排除是godaddy主机不支持中文目录造成的。
可能是伪静态规则不完善的原因。 |
|
|
|
|
|
|
|
|
|
|
btg678
发表于 2011-1-4 22:53:26
|
显示全部楼层
本人是新手,请帮看看问题出在什么地方?
[ISAPI_Rewrite]
# 3600 = 1 hour
CacheClockRate 3600
RepeatLimit 32
RewriteRule ^/dangdang/index.html /dangdang/index.php [I]
RewriteRule ^/dangdang/ /dangdang/index.php [I]
RewriteRule ^/dangdang /dangdang/index.php [I]
RewriteRule ^(.*)/([a-z]+)/p-([0-9]+)\.html$ $1/HBclass\.php\?lanmu=$2&p=$3 [I]
RewriteRule ^(.*)/([a-z]+)/([a-z]+)\.html$ $1/HBclass\.php\?lanmu=$2&p=$3 [I]
RewriteRule ^(.*)/([a-z]+)/$ $1/HBclass\.php\?lanmu=$2&p=$3 [I]
RewriteRule ^(.*)/([a-z]+)$ $1/HBclass\.php\?lanmu=$2&p=$3 [I]
RewriteRule ^(.*)/([a-z]+)/d-([0-9a-z\-]+)\.html$ $1/article\.php\?lanmu=$2&id=$3 [I]
RewriteRule ^(.*)/([a-z]+)/a-([0-9]+)\.html$ $1/all\.php\?lanmu=$2&a=$3 [I]
RewriteRule ^(.*)/([a-z]+)/tag-(.*)-([0-9]+)$ $1/tag\.php\?lanmu=$2&tag=$3&page=$4 [I]
RewriteRule ^(.*)/([a-z]+)/tag-(.*)\.html$ $1/tag\.php\?lanmu=$2&tag=$3 [I]
RewriteRule ^(.*)/go/act/(.*)/([0-9a-z\-]+)\.php$ $1/zhuanti\.php\?cat1=$2&cat=$3 [L] |
|
|
|
|
|
|
|
|