[Plugin: Redirection] Regex redirect without adding rest of URL
-
Is there any way to redirect all requests to a particular regex to a single URL, but *without* adding the rest of the matched regex to the target URL?
I want https://mysite/pdfs/* to redirect to https://newsite/
Right now if I enter the target URL as https://newsite/ as someone tries to access https://mysite/pdfs/mydoc.pdf they get redirected to https://newsite/mydoc.pdf but I just want them to end up on the landing page at https://newsite
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘[Plugin: Redirection] Regex redirect without adding rest of URL’ is closed to new replies.