如何使用参数重定向.htaccess joomla jevents url?
网址:
http://www.mysite.pl/szkolenia-theta/registration.detail/-?id=364&edet=366
http://www.mysite.pl/szkolenia-theta/registration.detail/-?id=364
到
http://www.mysite.pl/szkolenia-theta/year.listevents
我试过
RewriteCond %{QUERY_STRING} ^id=364&edet=366$
RewriteRule ^http://www.mysite.pl/szkolenia-theta/year.listevents/ [NC,R,L]
但这不起作用