我只需要重写 url 一个名为gallery
. 我想拥有abc.com/photos/gallery/picture/
而不是abc.com/photos/gallery/picture.php
.htaccess
index.php
/photos
/gallery
index.php
picture.php
functions.php
/videos
这是我的代码,.htaccess
但它不起作用。
RewriteEngine on
RewriteRule ^/[.*]/?$ photos/gallery/$1.php#{QUERY_STRING} [NC,L]