.htaccess redirect to subfolder in different domain, maintaining old domain in the URL
- by Naoise Golden
Redirect has been widely discussed and most problems solved, so I am sorry for opening yet another post about this, but none of the codes I am trying work.
I have a WordPress site hosted in http://mydomain.com/clientsdomain.com/wordpress
I would like to temporarily redirect http://clientsdomain.com/ to the abovementioned URL, maintaining the clientsdomain.com domain in the URL.
So for example http://clientsdomain.com/some/page would be pointing to http://mydomain.com/clientsdomain.com/wordpress/some/page
Is this even possible with .htaccess? Maybe som configuration or plugin option with WordPress?