RegEx example
-
Problem:
https://example.com/my/path/SomeID → https://example.com/new_path/?id=SomeIDSolution:
Redirect From:\/my\/path\/([0-9a-zA-Z]+)
+ check ?Enable Regular Expressions?Redirect To:
/new_path/?id=$1
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘RegEx example’ is closed to new replies.