Subdomain question

jlpeifer

Verified User
Joined
Jun 6, 2006
Messages
107
I suspect there's an easy answer to this question... I just haven't been able to figure it out.

I'd like to set up a subdomain named, "webmail.foobar.com". When someone goes to that subdomain, I'd like them to see the same thing as if they went to "www.foobar.com/webmail"

I'd prefer that this *not* be the type of redirection where if the client enters "webmail.foobar.com" that the URL changes to "www.foobar.com/webmail". I'd prefer that the URL info remain "webmail.foobar.com".

Clear as mud?

Thanks in advance for your input.

Joe
 
I don't know how that's handled right now, but the subdomains are created as a directory in the public_html folder, which is what you want.

I don't know if the URL will remain the same. I'll check.

**

checked. yes they do.

just make sure you use relative URL's (ie. main.php instead of http://www.yourdomain.com/yoursubdomain/main.php)
 
Back
Top