beginner regular expression
-
arathra
-
Topic Author
-
Offline
-
New Member
-
Less
More
-
Posts: 8
-
Thank you received: 0
-
-
11 years 1 month ago #1659
by arathra
I've been playing with this but can't quite get it to work.
I need to catch from URLs which match these:
/index.php/stuff
/index.php/more_stuff
/index.php/evenmore_stuff
I'm trying this in my from URL:
/index.php/.*stuff
But it won't get any of them. I understood the dot-asterisk was none or more occurances of any char but it doesn't seem to work.
Thanks!
Please Log in or Create an account to join the conversation.
Less
More
-
Posts: 3194
-
Thank you received: 441
-
-
-
arathra
-
Topic Author
-
Offline
-
New Member
-
Less
More
-
Posts: 8
-
Thank you received: 0
-
-
Less
More
-
Posts: 3194
-
Thank you received: 441
-
-
11 years 3 weeks ago #1693
by admin
Try this:
From URL: ^/index\.php/CV$
To URL: http://{siteurl}/index.php/...
Be sure to use absolute destination.
Kind regards,
Luigi
The following user(s) said Thank You: arathra
Please Log in or Create an account to join the conversation.
-
arathra
-
Topic Author
-
Offline
-
New Member
-
Less
More
-
Posts: 8
-
Thank you received: 0
-
-
11 years 3 weeks ago #1694
by arathra
Thanks - I have a feeling it is to do with caching. Sometimes it works, sometimes it doesn't. Let me investigate further!
Please Log in or Create an account to join the conversation.
Less
More
-
Posts: 3194
-
Thank you received: 441
-
-
Time to create page: 0.152 seconds