Redirect with regular expression
-
I am trying to set regular expressions so that any link with a base url of “https://www.domain.com/workshops/” will redirect to “https://www.domain.com/education/workshops/”
For instance:
https://www.domain.com/workshops/details/?workshop=1
should redirect to
https://www.domain.com/education/workshops/I’ve tried entering “https://www.domain.com/workshops/(.*)” as the source URL with the regular expressions box checked and I get an infinite loop within the URL that it’s being redirected to.
What am I doing wrong?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Redirect with regular expression’ is closed to new replies.