使用.htaccess规则的公司主页的内页不能打开!急~!
使用.htaccess规则的公司主页的内页不能打开。公司主页URL规则网站前台不能显示旧的URL。
已经将伪静态更新成以下最新的了,还是打不开!!!
[*]
[*]# Destoon B2B Rewrite Rules
[*]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-(+)([\-])?(+)?\.html$ $1/show.php?itemid=$2&page=$4
[*]RewriteRule ^(.*)/list-(+)([\-])?(+)?\.html$ $1/list.php?catid=$2&page=$4
[*]RewriteRule ^(.*)/show/(+)/(+)?([/])?$ $1/show.php?itemid=$2&page=$3
[*]RewriteRule ^(.*)/list/(+)/(+)?([/])?$ $1/list.php?catid=$2&page=$3
[*]RewriteRule ^(.*)/(+)/(.*)\.shtml$ $1/$2/index.php?rewrite=$3
[*]RewriteRule ^(com)/(+)/(+)/(.*)\.html$ index.php?homepage=$2&rewrite=$4
[*]RewriteRule ^(com)/(+)/(+)([/])?$ index.php?homepage=$2
[*]RewriteRule ^(com)/(+)([/])?$ index.php?homepage=$2
[*]RewriteRule ^(+)\.co/(.*)$ company/index.php?homepage=$1&rewrite=$2
[*]RewriteRule ^(htm)/(.*)$ index.php?&rewrite=$2
[*]复制代码
怎么解决啊啊!!!!
页:
[1]