Click to See Complete Forum and Search --> : Sub Web


shrod1279
03-25-2001, 10:11 AM
Hello All, I have my DNS handled by a 3rd party, and they currently redirect 2 domain names to my server, both of which go to the root web. I would like to redirect domain name 2 to a sub web or sub directory. I have searched for good documentation on this but have not found much that works for me. Any good sources of step-by-step out there?

bdg1983
03-25-2001, 12:07 PM
Don't know of any myself.

Have you tried the How-To's at www.linuxdoc.org (http://www.linuxdoc.org) ? Maybe 'domain hosting' etc.

You could also try a Google search. (http://www.google.com/linux)
http://www.linuxgazette.com/ may have something in their online publications.

johnwebb
03-25-2001, 01:03 PM
Subdomains can be set up with virtual hosting. But instead of www.domain1.com (http://www.domain1.com) and www.domain2.com (http://www.domain2.com) you use www.domain1.com (http://www.domain1.com) and subdomain1.domain1.com ...

http://httpd.apache.org/docs/vhosts/index.html

shrod1279
03-28-2001, 03:19 PM
Thanks Johnwebb. There are still a few functions that don't work the way I would like, but overall, the virtual doamin stuff works well.