How can I alias folders?

sarahk

Verified User
Joined
May 11, 2006
Messages
29
Location
Auckland, New Zealand
Lets say I have a bunch of subdomains

a.mysite.com uploads images to mysite/a/user-images
b.mysite.com needs to use the images as local files

can I tell directadmin to treat mysite/a/images as mysite/b/user-images?

I know unix would let me do that but as a reseller on linux is that possible?
 
If you've created your subdomains through DirectAdmin, then they're in the same public_html path and have the same ownership, so your own html code should be able to call them from either subdomain subdirectory.

If you want to alias the entire folder you'll have to have shell access. From there linux will work the way unix does, using a symbolic link for the directory.

Jeff
 
Back
Top