0
需要這種http://example.net/tags/index.php?tag=anytag的, 做出這樣http://example.net/tags/anytag 做如何編寫規則QUERY_STRING RewriteEngine敘述
RewriteEngine On
RewriteCond %{QUERY_STRING} ^tag=(.*)$ [NC]
RewriteRule ^tags/index.php$ /tags/$1 [NC,L,R=301]
不工作