× Here you can get community support related to ReDJ.

Redirect with Exact Match?

  • shaoen01
  • Topic Author
  • Offline
  • New Member
  • New Member
More
10 years 3 months ago #2039 by shaoen01
Redirect with Exact Match? was created by shaoen01
Hi,

I have a URL say "index.php?option=com_users" and would like to redirect with an exact match such as that.

However, if there are more parameters behind like "index.php?option=com_users&task=user.logout", then it should not redirect.

How do i setup redJ in this case? Thanks

Please Log in or Create an account to join the conversation.

More
10 years 3 months ago #2040 by admin
Replied by admin on topic Redirect with Exact Match?
Of course,
just use the regular expressions features and add a dollar at the end, like this (use literally):
From URL: ^/index\.php\?option=com_users$
Request only: true (checked)

Kind regards,
Luigi
The following user(s) said Thank You: shaoen01

Please Log in or Create an account to join the conversation.

  • shaoen01
  • Topic Author
  • Offline
  • New Member
  • New Member
More
10 years 3 months ago #2041 by shaoen01
Replied by shaoen01 on topic Redirect with Exact Match?
Thanks, it works!

Please Log in or Create an account to join the conversation.

More
10 years 3 months ago #2042 by admin
Replied by admin on topic Redirect with Exact Match?
U're welcome.

Please Log in or Create an account to join the conversation.

Time to create page: 0.140 seconds