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

htaccess中文伪静态的有关问题

WBOY
Release: 2016-06-13 12:31:50
Original
820 people have browsed it

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

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

写成htaccess伪静态该怎么写?


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

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

htaccess
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