unix主机企业模板伪静态地址不能用
# Destoon B2B Rewrite RulesErrorDocument 404 /404.phpRewriteEngine OnRewriteBase /RewriteRule ^(.*)\.(asp|aspx|asa|asax|dll|jsp|cgi|fcgi|pl)(.*)$ /404.phpRewriteRule ^(.*)-htm-(.*)$ $1.php?$2RewriteRule ^(.*)/show-(+)([\-])?(+)?\.html$ $1/show.php?itemid=$2&page=$4RewriteRule ^(.*)/list-(+)([\-])?(+)?\.html$ $1/list.php?catid=$2&page=$4RewriteRule ^(.*)/show/(+)/(+)?([/])?$ $1/show.php?itemid=$2&page=$3RewriteRule ^(.*)/list/(+)/(+)?([/])?$ $1/list.php?catid=$2&page=$3RewriteRule ^(.*)/(+)/(.*)\.shtml$ $1/$2/index.php?rewrite=$3RewriteRule ^(com)/(+)/(+)/(.*)\.html$ index.php?homepage=$2&rewrite=$4RewriteRule ^(com)/(+)/(+)([/])?$ index.php?homepage=$2RewriteRule ^(com)/(+)([/])?$ index.php?homepage=$2按照官方的做的,但是在公司模板使用伪静态的时候,还是不能适用链接,只是显示公司首页。什么情况啊,有会的教教我怎么搞好吗?谢谢了
我的就是LINUX主机,都没问题呀,你看是不是没设置权限
页:
[1]