1
用百分比%大關的URL我neee重定向301重定向對htacess
http://www.example.com.au/recipes/recipe.aspx?name=91-Sunflower%20Crackers
到https://www.example.com.au/recipes/
我跟着那麼多帖子,但這不是重定向的。
這是我的代碼
RewriteCond %{QUERY_STRING} ^name=91-Sunflower%20Crackers$
RewriteRule ^/recipes/recipe\.aspx?$ /recipes/? [NE,L,R]
什麼是這裏的錯誤?