1
需要幫助;) 如何重定向此鏈接?.htacces使用特殊符號重定向
mydomain.com/selbständige?catid=141& ID = 141:kredit-毛皮selbstständige-指數ohne-schufa
測試了:
RewriteCond %{QUERY_STRING} ^(.+&)?selbständige?catid=141(&.+)?$
RewriteRule ^/$ http://test.com? [R=301,L]
RewriteCond %{QUERY_STRING} ^(.+&)selbst%E4ndige?catid=141(&.+)?$
RewriteRule ^/$ http://test.com? [R=301,L]
redirect 301 "/selbständige?catid=141&id=141:kredit-für-selbstständige-ohne-schufa" http://test.com
...等等。 沒有正常的工作流程。
感謝您的幫助 - 但沒有效果 – Matt
@matt查看編輯。 – starkeen
謝謝!工作正常...! – Matt