I am trying to move my current site over to a new domain, except for ONE directory.
Example:
- current site: oldsite.olddomain.example
- new site: newdomain.example
So I know I can create an .htaccess redirect entry to do this, and it works, but I want ONE exception - I do NOT want to redirect a specific directory. I still want this to work:
http://oldsite.olddmain.example/myspecialdirectory/…
and every file and directory under it.
Can someone help? Thanks!