complex Regex – how to handle OR and NOT
-
Can someone give me a hint or an example how to solve the following 2 redirections?
1. /wordpress?/2015?/05/22?/(.*) OR ?/2015?/05/22?/(.*) redirect to (.*)
2. /wordpress/(.*) BUT NOT /wordpress?/wp-content?/(.*) redirect to (.*)I have tried several expressions but wasn’t successful at all.
- The topic ‘complex Regex – how to handle OR and NOT’ is closed to new replies.