Hey there,
I'm not completely sure where to post this, but since I write my server side code in PHP I thought I put it here.
Currently I only have one domain mapped to my webspace. Let's say my webspace path is /www/htdocs/john_doe, then the webserver root for the domain john_doe.com would link to that path. However I would like to host a second domain in this webspace. So I was thinking to do as follows:
www.john_doe.com -> /www/htdocs/john_doe/john_doe
www.jane_doe.com -> /www/htdocs/john_doe/jane_doe
The thing is I would like to share common data between both domains, for example the family picture to save some space. As I understand this, using this configuration sharing pictures between both domains is not possible, is it? If not, how would you guys organize the webspace?
Thanks for your help!
Last edited by c2k; 08-07-2010 at 08:30 PM..
Reason: Done
|