vote up 0 vote down star

Hi I have a server under one main domain, and I want to point another domain to /example/index.php to make another site.

Is there anyway i can do this with .htaccess?

cheers


14% accept rate
It is possible (not with .htaccess files, but with the main server config file); but what should happen when you access e.g. anotherdomain.com/foo/bar? Should it map to /example/index.php/foo/bar? The question needs to be more detailed to get a proper answer. – David Aug 3 at 18:38
@David: When you go to exampleDomain.com I want the index.php file to be bought up from /exampleDirectory/index.php. 'exampleDirectory' is on a server in public_html. Does this help ? – Joe Aug 3 at 18:52

migrated to serverfault.com by David, Henrik Paul, Bill the Lizard Aug 3 at 20:00