× Here you can get community support related to ReDJ.

little help for a redirection

  • patoushka
  • Topic Author
  • Offline
  • Junior Member
  • Junior Member
More
9 years 5 months ago #3310 by patoushka
little help for a redirection was created 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.

More
9 years 5 months ago #3312 by admin
Replied by admin on topic little help for a redirection
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.097 seconds