为了不扰乱会员对源码的测试,有问题咨询右侧客服不要直接回复,否则视为非法信息屏蔽会员ID! rewrite ^/community/g-([0-9]+)\.html\?*(.*)$ /community/general\.php\?id=$1;
rewrite ^/community/d-([0-9]+)\.html\?*(.*)$ /community/structure\.php\?id=$1;
rewrite ^/community/p-([0-9]+)\.html\?*(.*)$ /community/photo\.php\?id=$1;
rewrite ^/newHouse/d-([0-9]+)\.html\?*(.*)$ /newHouse/detail\.php\?id=$1;
rewrite ^/newHouse/p-([0-9]+)\.html\?*(.*)$ /newHouse/photo\.php\?id=$1;
rewrite ^/newHouse/s-([0-9]+)\.html\?*(.*)$ /newHouse/structure\.php\?id=$1;
rewrite ^/sale/d-([0-9]+)\.html\?*(.*)$ /sale/detail\.php\?id=$1;
rewrite ^/rent/d-([0-9]+)\.html\?*(.*)$ /rent/detail\.php\?id=$1;
rewrite ^/shop/([0-9]+)$ /shop/index\.php\?id=$1;
rewrite ^/shop/e-([0-9]+)\.html\?*(.*)$ /shop/evaluate\.php\?id=$1;
rewrite ^/shop/p-([0-9]+)\.html\?*(.*)$ /shop/profile\.php\?id=$1;
测试完整无错了的! |