Hi,
I want to redirect an url like
http://my-site.fr/?param1=xx¶m2=xx¶m3==xx to the homepage but that doesn't work.
Could you help me ?
I test many syntax but nothing work correctly
rewrite ^/?param1=xx¶m2=xx¶m3==xx http://my-site.fr permanent;
Could you help me ?
Thank you
I want to redirect an url like
http://my-site.fr/?param1=xx¶m2=xx¶m3==xx to the homepage but that doesn't work.
Could you help me ?
I test many syntax but nothing work correctly
rewrite ^/?param1=xx¶m2=xx¶m3==xx http://my-site.fr permanent;
Could you help me ?
Thank you