Hi folks
I'd appreciate some good advice.
I have two wordpress installations. Lets call one siteA which is in my ISP's Linux server root directory. Lets call the second siteB, which is in a subdirectory of the same server called siteB.
Actual structure is:=
http://www.siteA.com
http://www.siteA.com/siteB/
I own two domain names siteA.com and siteB.com. I want people to use the address http://www.siteB.com when accessing everything on siteB, not http://www.siteA.com/siteB/.
I want to leave the "real" siteA alone!
I have been assured this can be done using the .htaccess file, but I've failed so far!
I have managed to "mask" the home page of siteB using the features of my ISP's cPanel interface, but it reverts back to http://www.siteA.com/siteB/ once you move away from the home page.
All I want is to mask the http://www.siteA.com/siteB/ with http://www.siteB.com/ ......
I hope this makes sense and someone can suggest a way forward for me (rewrite rules were mentioned by someone).
Thanks for reading this far!