0

次の URL をリダイレクトしたい:

From: http://www.example.com/13-articlename
TO: http://www.example.com/articlename

そして、私は次のコードを持っています:

RewriteCond %{QUERY_STRING} id=13
RewriteRule (.*)$ http://www.example.com/articlename [R=301,L]
4

1 に答える 1