我是创建重定向的新手,我需要一些帮助。
我正在尝试重定向看似http://marpic.pt/query_piscinas.php?modelo=Corredor%20Nata%E7%E3o
我想重定向到http://marpic.pt/
我尝试使用以下代码
RewriteCond %{QUERY_STRING} modelo=Corredor%20Nata%E7%E3o
RewriteRule ^query_piscinas\.php$ /$ [L,R=301]
但它不起作用。我做错了什么?