How to redirect with any begining and any ending
-
kalixo
-
Topic Author
-
Offline
-
Senior Member
-
Less
More
-
Posts: 45
-
Thank you received: 0
-
-
10 years 10 months ago #2458
by kalixo
dear all!
I need to redirect all pages that contain "itemlist/tag/80" and my start or end with anything.
My problematic url that needs to be redirected may start with any begining, because it was linked with may categories, and it ends with "%.html" or even worst "% word.html". Thats why I need to take over all url containg "*/itemlist/tag80*", but none of my test redirection worked

Please help
FROM:
sitrenamte.com/category1/itemlist/tag/80%.html
sitrenamte.com/category2/itemlist/tag/80%.html
TO:
http://sitename/itemlist/tagspecialtag.html
Best,
Kalixo
Please Log in or Create an account to join the conversation.
Less
More
-
Posts: 3194
-
Thank you received: 441
-
-
10 years 10 months ago #2463
by admin
Hi
try this:
From URL: /itemlist/tag/80.*\.html$
To URL: http://{siteurl}/itemlist/tagspecialtag.html
Please Log in or Create an account to join the conversation.
Time to create page: 0.149 seconds