Hi,
I have a similar issue I've just spent about 4 hours trying to figure out and haven't got anywhere (although i did screw the server a couple of times)
Basically i have two tlds that point to my www directory, and I want to seamlessly divide them into separate directories so they function as separate sites.
So I have
Code:
WWW
|___ siteDirOne
|
|___ siteDirTwo
And two domains
domainOne.com and
domainTwo.com, which both point to WWW.
How can I quietly redirect all request from one domain to one folder and the other domain to the other folder - including getting subdirectories of those domains/folders to match up and work correctly too.
So to summarise - using nothing but .htaccess I want to make my set up look like two separate sites.
Thanks, I hope someone knows how to help.
:)