Hello,
I would like to use multiple directories on a subdomain to access
different sites. So for example:
DNS is setup to point to:
http://sub.example.com
I need to add the proper rules to httpd.conf so users can get to the
proper sites.
http://sub.example.com/directory1
http://sub.example.com/directory2
http://sub.example.com/directory3
Note that each of the above will have its own document root.
Any would be appreciated.
Thanks!