I'm in the process of developing a website that will have 4 domains pointing at it - 1 primary, 3 secondary.
Now, each secondary domain needs to point to a sub-folder of the primary domain, thus:
The domain urls will be in that form (where the part after 'example' in the domain name is the subfolder for the secondary domains (though of course, those aren't the actual domain names))...
If my info is correct, the site will be hosted on an Apache server, and I believe this can be done with .htaccess commands or some such...
I've tried googling it (before anyone suggests that) but all the information I can find makes my head hurt and I can't see how to use it in my particular instance...
So, does anyone here know what I'm talking about? Can you explain what I need to do in layman's terms and with examples?
Now, each secondary domain needs to point to a sub-folder of the primary domain, thus:
Code:
www.exampleprimary.co.uk => / www.examplesecondary1.co.uk => /secondary1/ www.examplesecondary2.co.uk => /secondary2/ www.examplesecondary3.co.uk => /secondary3/
If my info is correct, the site will be hosted on an Apache server, and I believe this can be done with .htaccess commands or some such...
I've tried googling it (before anyone suggests that) but all the information I can find makes my head hurt and I can't see how to use it in my particular instance...
So, does anyone here know what I'm talking about? Can you explain what I need to do in layman's terms and with examples?
Last edited by Scorpion0x17 (2008-10-23 22:12:48)