Home >Backend Development >PHP Tutorial > htaccess中文伪静态的有关问题

htaccess中文伪静态的有关问题

WBOY
WBOYOriginal
2016-06-13 12:31:50824browse

htaccess中文伪静态的问题。
现在的情况:

/tag.php?tags=标签&page=2

写成htaccess伪静态该怎么写?


这个是我写的,后面的page就写不来了。

RewriteRule ^tags/([^/]+)$ tag.php?tag=$1

htaccess
Statement:
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