+ -
当前位置:首页 → 问答吧 → 301定向问题,该怎么写,怎么做?

301定向问题,该怎么写,怎么做?

时间:2010-12-30

来源:互联网

301定向问题,该怎么写,怎么做?

现在DT默认的代码

ErrorDocument 404 /404.php
RewriteEngine On
RewriteBase /
RewriteRule ^(.*)\.(asp|aspx|asa|asax|dll|jsp|cgi|fcgi|pl)(.*)$ /404.php
RewriteRule ^(.*)-htm-(.*)$ $1.php?$2
RewriteRule ^(.*)/show-([0-9]+)([\-])?([0-9]+)?\.html$ $1/show.php?itemid=$2&page=$4
RewriteRule ^(.*)/list-([0-9]+)([\-])?([0-9]+)?\.html$ $1/list.php?catid=$2&page=$4
RewriteRule ^(.*)/show/([0-9]+)/([0-9]+)?([/])?$ $1/show.php?itemid=$2&page=$3
RewriteRule ^(.*)/list/([0-9]+)/([0-9]+)?([/])?$ $1/list.php?catid=$2&page=$3
RewriteRule ^(.*)/([a-z]+)/(.*)\.shtml$ $1/$2/index.php?rewrite=$3
RewriteRule ^(com)/([a-z0-9_]+)/([a-z]+)/(.*)\.html$ index.php?homepage=$2&rewrite=$4
RewriteRule ^(com)/([a-z0-9_]+)/([a-z]+)([/])?$ index.php?homepage=$2
RewriteRule ^(com)/([a-z0-9_]+)([/])?$ index.php?homepage=$2
# Apache .conf Rules (Replace line 12 & line 13 & line 14)
#RewriteRule ^(.*)/com/([a-z0-9_]+)/([a-z]+)/(.*)\.html$ $1/company/$3/index.php?homepage=$2&rewrite=$4
#RewriteRule ^(.*)/com/([a-z0-9_]+)/([a-z]+)([/])?$ $1/company/$3/index.php?homepage=$2
#RewriteRule ^(.*)/com/([a-z0-9_]+)([/])?$ $1/company/index.php?homepage=$2

改改为什么样样的?

网站是 www.87757.com

作者: 444   发布时间: 2010-12-30

这是404还是301啊  一般空间都可以设定啊  不要这么麻烦

作者: 新星   发布时间: 2010-12-30

我晕~ 你貌似写的伪静态规则啊!
你到底搞的神马啊!
迷糊了!
看 小学生作文网 的404就知道了~ 很简单!
但要注意 查询一下你的404返回的状态值是不是404 不要搞个200……

其实没什么  慢慢整总会搞对的!

作者: www00vscn   发布时间: 2010-12-31

热门下载

更多