little help for a redirection
-
patoushka
-
Topic Author
-
Offline
-
Junior Member
-
Less
More
-
Posts: 23
-
Thank you received: 0
-
-
10 years 5 months ago #3310
by patoushka
Hello,
I need a little help for a redirection
I need to redirect this url to another:
www.servicesrme.qc.ca/nouscontactez.asp?langue=fr
Normally, if it was ending with the .asp, the from url code would be:
^/noucontacter\.asp$
But I don't know how to handle the
?langue=fr
Can you give me the correct code?
Thank you very much for your very very very useful extension.
Please Log in or Create an account to join the conversation.
Less
More
-
Posts: 3194
-
Thank you received: 441
-
-
10 years 5 months ago #3312
by admin
Just escape the question mark (is a regular expression so you need to escape any special chars to specify it literally):
From URL: ^/nouscontactez\.asp\?langue=fr$
Request only: true (checked)
Kind regards,
Luigi
Please Log in or Create an account to join the conversation.
Time to create page: 0.129 seconds