Reputation: 91
I’d like to change the URL where a user is redirected after he submits a form.
In the .htaccess I wrote this:
Redirect 301 /component/virtuemart/user/edit?Itemid=0 https://www.monsite.fr/component/virtuemart/cart?Itemid=0
But it doesn’t work…
I tried:
RewriteRule ^/component/virtuemart/user/edit?Itemid=0$ https://www.mon-site.fr/component/virtuemart/cart?Itemid=0 [R=301,L]
And it’s not working neither…
What mistakes did I do? How could I manage that?
Thanks for your help Paul
Upvotes: 0
Views: 44