源码论坛,商业源码下载,尽在锦尚中国商业源码论坛

标题: 安乐业程序放到二级目录后伪静态不能访问!求助 [打印本页]

作者: luyan0407    时间: 2011-6-19 16:56
标题: 安乐业程序放到二级目录后伪静态不能访问!求助
我的网站原来在放在根目录的时候伪静态都没问题的,现在我把它放到了二级目录下,如www.abc.com/zs  这样伪静态就不能访问了!我想应该伪静态规则的路径出问题,但又不会设置 所以求助!下边是原来的放在根目录的伪静态规则httpd.ini !我的二级目录是zs 我在规则里加了 RewriteBase /zs 也还是不行 ,需要怎么改 还请赐教!

[ISAPI_Rewrite]

# 3600 = 1 hour
CacheClockRate 3600

RepeatLimit 32

RewriteEngine On

RewriteRule ^/community/g-([0-9]+)\.html\?*(.*)$ /community/general\.php\?id=$1
RewriteRule ^/community/d-([0-9]+)\.html\?*(.*)$ /community/structure\.php\?id=$1
RewriteRule ^/community/p-([0-9]+)\.html\?*(.*)$ /community/photo\.php\?id=$1

RewriteRule ^/community/d-([0-9]+)-([0-9]+)\.html\?*(.*)$ /community/structure\.php\?id=$1&d_id=$2
RewriteRule ^/community/p-([0-9]+)-([0-9]+)\.html\?*(.*)$ /community/photo\.php\?id=$1&p_id=$2


RewriteRule ^/newhouse/d-([0-9]+)\.html\?*(.*)$ /newhouse/detail\.php\?id=$1
RewriteRule ^/newhouse/p-([0-9]+)\.html\?*(.*)$ /newhouse/photo\.php\?id=$1
RewriteRule ^/newhouse/s-([0-9]+)\.html\?*(.*)$ /newhouse/structure\.php\?id=$1

RewriteRule ^/sale/d-([0-9]+)\.html\?*(.*)$ /sale/detail\.php\?id=$1
RewriteRule ^/rent/d-([0-9]+)\.html\?*(.*)$ /rent/detail\.php\?id=$1


RewriteRule ^/shop/([0-9]+)$ /shop/index\.php\?id=$1
RewriteRule ^/shop/e-([0-9]+)\.html\?*(.*)$ /shop/evaluate\.php\?id=$1
RewriteRule ^/shop/p-([0-9]+)\.html\?*(.*)$ /shop/profile\.php\?id=$1
作者: hungchia    时间: 2011-7-20 13:26
桐乡外卖网 http://www.txwaimai.com
嘉兴外卖网 http://www.jxwaimai.com   
嘉兴交友网 http://www.jxyuan.com
绵阳房产网 http://www.myfcw.cn  
禾城主机   http://www.cn0573.net
嘉兴QQ群   http://qqun.cn0573.net  
桐乡做网站 http://im.cn0573.net
作者: hungchia    时间: 2011-7-22 00:31
桐乡外卖网 http://www.txwaimai.com
嘉兴外卖网 http://www.jxwaimai.com   
嘉兴交友网 http://www.jxyuan.com
绵阳房产网 http://www.myfcw.cn  
禾城主机   http://www.cn0573.net
嘉兴QQ群   http://qqun.cn0573.net  
桐乡做网站 http://im.cn0573.net
作者: city263    时间: 2011-10-5 02:24
RewriteRule ^/new/community/g-([0-9]+)\.html\?*(.*)$ /community/general\.php\?id=$1

加个目录在前面即可





欢迎光临 源码论坛,商业源码下载,尽在锦尚中国商业源码论坛 (https://bbs.52jscn.com/) Powered by Discuz! X3.3