Simple Regex not working
-
What i want to achieve is to change siteurl/olddirectory/someurl to siteurl/newdirectory/someurl
I thought that the source url should he /olddirectory/(.*) and source url be /newdirectory/$1
But it always returns a 404.
Any thoughts on this?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Simple Regex not working’ is closed to new replies.