I'm trying to setup multiple domains with DA and not sure the best way to do it.
Here is what I want to do:
Setup 4 domains, which are accessible via their own URL, like:
domain1.com
domain2.com
domain3.com
domain4.com
Now, domain1.com will be my parent (resller, owner, domain, whatever), and the 2,3,4 will be subs/products I guess?
I'd like them to be accessible like so:
domain1.com/domain2
domain1.com/domain3
domain1.com/domain4
I'd like to house all the files that way too, under domain1.com/subfolder (which I will use the subfolder name the same as domain name without the .com extension).
So, if you visited domain3.com you would really be seeing the files located at domain1.com/domain3 directory.
I know in previous httpd files on other servers I could easily make things work this way (because all domains just point to a folder, and not a specific pathed URL folder).
What would be the easiest and best way for me to do what I want?
Thanks
Here is what I want to do:
Setup 4 domains, which are accessible via their own URL, like:
domain1.com
domain2.com
domain3.com
domain4.com
Now, domain1.com will be my parent (resller, owner, domain, whatever), and the 2,3,4 will be subs/products I guess?
I'd like them to be accessible like so:
domain1.com/domain2
domain1.com/domain3
domain1.com/domain4
I'd like to house all the files that way too, under domain1.com/subfolder (which I will use the subfolder name the same as domain name without the .com extension).
So, if you visited domain3.com you would really be seeing the files located at domain1.com/domain3 directory.
I know in previous httpd files on other servers I could easily make things work this way (because all domains just point to a folder, and not a specific pathed URL folder).
What would be the easiest and best way for me to do what I want?
Thanks