伪静态Rewrite 解决中文变量的有关问题

WBOY
Release: 2016-06-13 12:36:02
Original
855 people have browsed it

伪静态Rewrite 解决中文变量的问题
如页面http://127.0.0.1/so.php?id=伪静态

[ISAPI_Rewrite]

# 3600 = 1 hour
CacheClockRate 3600

RepeatLimit 32

# Protect httpd.ini and httpd.parse.errors files
# from accessing through HTTP

RewriteRule ^(.*)/(大家注意这里?).html(\?(.*))*$ $1/so\.php\?id=$2

怎样才能做到这样采用中文变量的伪静态。http://127.0.0.1/伪静态.html

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!