求个伪静态规则

WBOY
Release: 2016-06-23 14:05:52
Original
826 people have browsed it

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 on
RewriteRule  ^map.html  /map.asp 
RewriteRule  ^Cxwnews_(\d+).html  /Cxwnews.asp?id=$1
RewriteRule  ^Cxwnews_(\d+)_(\d+).html /Cxwnews.asp?page=$1&id=$2

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!