More than two subdomains for one directory

Unkn0wn404

New member
Joined
Oct 26, 2007
Messages
3
Hi.

What about posiblity create two or more subdomains for some directoty?
For example:
subdomain1.mysite.com -> /home/blablabla/mydir/
subdomain2.mysite.com -> /home/blablabla/mydir/
...
 
can't you just make a symbolic link?
so in /home/user/domain.com/public_html in SSH execute:
ln -s subdomain1 subdomain2

wouldn't that do the trick too?
 
Back
Top