織夢(mèng)cms偽靜態(tài)設置(經(jīng)過(guò)二次開(kāi)發(fā))
location / {
#PC版偽靜態(tài)規則
rewrite ^/$ /plus/rewrite.php?s=$1 last;
rewrite ^/index\.html$ /plus/rewrite.php?s=$1 last;
#地圖偽靜態(tài)規則開(kāi)始
rewrite ^/sitemap.xml$ /sitemap.php last;
rewrite ^/sitemap_([0-9]+).xml$ /sitemap_$1.php last;
rewrite ^/sitemap.txt$ /sitemap.php last;
rewrite ^/sitemap_([0-9]+).txt$ /sitemap_$1.php last;
rewrite ^/360.txt$ /360.php last;
rewrite ^/360_([0-9]+).txt$ /360_$1.php last;
rewrite ^/google.xml$ /google.php last;
rewrite ^/google_([0-9]+).xml$ /google_$1.php last;
rewrite ^/baidumap.xml$ /baidumap.php last;
rewrite ^/baidumap_([0-9]+).xml$ /baidumap_$1.php last;
#地圖偽靜態(tài)規則end
if (!-e $request_filename) {
rewrite ^/(.*)$ /plus/rewrite.php?s=$1 last;
rewrite ^(.*)$ /plus/rewrite.php?s=$1 last;
}
}
聯(lián)系客服