2017-02-17 76 views

回答

0

您可以在.htaccess頂部更改此規則:

RewriteEngine On 

RewriteCond %{QUERY_STRING} ^zona=([^&]*) [NC] 
RewriteRule ^this/that\.html$ %{REQUEST_URI}?loc=%1 [L,NC,R=301] 
+0

@ neting.it:這是否工作正常? – anubhava

相關問題