ホームページ  >  記事  >  バックエンド開発  >  疑似静的コードを要求する

疑似静的コードを要求する

WBOY
WBOYオリジナル
2016-06-13 12:45:16779ブラウズ

疑似静的ルールを探しています
http://www.baidu.com/read/1/1000/index.html
http://www.baidu.com/read/2/2000/index.html
http://www.baidu.com/read/30/30000/index.html
擬似静的な後は、
を達成できる必要があります。 http://www.baidu.com/read/1000/index.html
http://www.baidu.com/read/2000/index.html
http://www.baidu.com/read/30000/index.html


-----解決策--------------------------------
私が書いた擬似静的サンプルを紹介します。お役に立てば幸いです
httpd.ini

[ISAPI_Rewrite]
キャッシュクロックレート 3600
リピートリミット 32
RewriteRule /index.html /index.asp
RewriteRule /Cpic_(d).html /Cpic.asp?id=$1
RewriteRule /Cpic_(d )_(d ).html /Cpic.asp?page=$1&id=$2


.htaccess
RewriteEngine がオン
RewriteRule ^map.html /map.asp
RewriteRule ^Cxwnews_(d ).html /Cxwnews.asp?id=$1
RewriteRule ^Cxwnews_(d )_(d ).html /Cxwnews.asp?page=$1&id=$2
声明:
この記事の内容はネチズンが自主的に寄稿したものであり、著作権は原著者に帰属します。このサイトは、それに相当する法的責任を負いません。盗作または侵害の疑いのあるコンテンツを見つけた場合は、admin@php.cn までご連絡ください。