怎么现在的人都不太帮忙别人了吗?httpd企业网站问题
怎么现在的人都不太帮忙别人了吗?一个问题问了好几天都没人帮忙??????????httpd.ini伪静态问题,公司网站里面的所有页面内容都显示为公司网站首页的内容。。。。。。请问各位这到底是怎么会啦,知道的朋友说说啦,,,,这几天急了。。。。。。。。。
原来的http.inc代码:
# Protect httpd.ini and httpd.parse.errors files
# from accessing through HTTP
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 ^(.*)com/(+)/(.*)$ $1/gongsi/index\.php\?homepage=$2&rewrite$3
RewriteRule ^(.*)/htm/(.*)$ $1/index\.php\?&rewrite=$2
页:
[1]