regex problems
-
I want to redirect all URL like
https://www.domain.co.il/tags-%D7%A9
(the%D7%A9
is Hebrew text) to the URLhttps://www.domain.co.il/
I use this regex^https://www.domain.co.il/tags-(.*)
and check it on regex site on other string and seems to be right, but on the site the pages are not redirect. how I fix this?
Viewing 9 replies - 1 through 9 (of 9 total)
Viewing 9 replies - 1 through 9 (of 9 total)
- You must be logged in to reply to this topic.