我想知道如果在网址中有一个获取
的话,如何进行重定向301www.example.com/test/locale.action?request_locale=ca to www.example.com
* request_locale = en和request_locale = es
我使用它,但不起作用
RewriteCond %{REQUEST_URI} /test/locale.action$
RewriteCond %{QUERY_STRING} ^request_locale=ca$
RewriteRule ^.*$ http://www.example.com/? [L,R=301]
重定向到www.example.com?request_locale=ca
答案 0 :(得分:0)
setInterval