ホームページ >バックエンド開発 >PHPチュートリアル >疑似静的ルールを要求する
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]
CacheClockRate 3600
RepeatLimit 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