公司主页的rewrite问题 链接的都是首页
公司主页的rewrite问题 开启rewrite后 公司主页localhost:81/com/bjjsg/credit/
localhost:81/com/bjjsg/news/
localhost:81/com/bjjsg/photo/
.............
链接的都是首页,如果关闭rewrite 一切正常
请问这是什么原因?
我的也一样,不知道如何办呢
我的也一样,不知道如何办
我也遇到了,是和discuz的重写规则冲突了,我的完美实现DT和Discuz的为静态了,我是写在conf/httpd.conf 文件里,不是目录里的.htaccess。
[*]
[*]# 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$ $1/company/$3/index.php?homepage=$2&rewrite=$4
[*]RewriteRule ^(.*)/com/(+)/(+)([/])?$ $1/company/$3/index.php?homepage=$2
[*]RewriteRule ^(.*)/com/(+)([/])?$ $1/company/index.php?homepage=$2
[*]
[*]#discuz1.5 Rewrite Rules
[*] RewriteEngine On
[*] RewriteCond %{QUERY_STRING} ^(.*)$
[*] RewriteRule ^(.*)/topic-(.+).html$ $1/portal.php?mod=topic&topic=$2&%1
[*] RewriteCond %{QUERY_STRING} ^(.*)$
[*] RewriteRule ^(.*)/article-(+).html$ $1/portal.php?mod=view&aid=$2&%1
[*] RewriteCond %{QUERY_STRING} ^(.*)$
[*] RewriteRule ^(.*)/forum-(w+)-(+).html$ $1/forum.php?mod=forumdisplay&fid=$2&page=$3&%1
[*] RewriteCond %{QUERY_STRING} ^(.*)$
[*] RewriteRule ^(.*)/thread-(+)-(+)-(+).html$ $1/forum.php?mod=viewthread&tid=$2&extra=page%3D$4&page=$3&%1
[*] RewriteCond %{QUERY_STRING} ^(.*)$
[*] RewriteRule ^(.*)/group-(+)-(+).html$ $1/forum.php?mod=group&fid=$2&page=$3&%1
[*] RewriteCond %{QUERY_STRING} ^(.*)$
[*] RewriteRule ^(.*)/space-(username|uid)-(.+).html$ $1/home.php?mod=space&$2=$3&%1
[*] RewriteCond %{QUERY_STRING} ^(.*)$
[*] RewriteRule ^(.*)/(+)-(.+).html$ $1/$2.php?rewrite=$3&%1
[*] 复制代码
[ 本帖最后由 cnginkgo 于 2011-3-27 23:14 编辑 ]
页:
[1]