Redirect with Exact Match?
-
shaoen01
-
Topic Author
-
Offline
-
New Member
-
Less
More
-
Posts: 13
-
Thank you received: 0
-
-
11 years 2 months ago #2039
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.
Less
More
-
Posts: 3194
-
Thank you received: 441
-
-
11 years 2 months ago #2040
by admin
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
-
Less
More
-
Posts: 13
-
Thank you received: 0
-
-
Less
More
-
Posts: 3194
-
Thank you received: 441
-
-
Time to create page: 0.168 seconds