I am trying to move my current site to a new domain except for the ONE directory.
Example:
- current site: oldsite.olddomain.example
- new site: newdomain.example
So, I know that I can create a .htaccess redirect entry for this, and it works, but I want an ONE exception - I DO NOT want to redirect a specific directory. I still want this to work:
http://oldsite.olddmain.example/myspecialdirectory/β¦ and each file and directory below it.
Can anyone help? Thanks!
source share