Regex that states only match /x… but not /y/x…
-
We’re trying to redirect all instances of a specific path https://example.com/x…, except paths that are https://example.com/about/x…
I got the match /x.* to work, but I can’t figure out how to exclude /about/x.*
I hope that makes sense. For more details, here is our stack overflow:
https://stackoverflow.com/questions/53522819/pcre-regex-match-x-but-not-y-xThe page I need help with: [log in to see the link]
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Regex that states only match /x… but not /y/x…’ is closed to new replies.