Hi everyone. I'm a little new to apache, but I've had some good success so
far. I'm using 1.3.27.
I have some virtual servers set up that appear to work correctly. With one,
I have a domain name forwarded to it, so it goes like this:
www.bugs.net gets forwarded by my domain host to:
www.bugs.acme.com , which is a virtual server on our web server at my
company (acme.com).
That part works fine. The document root for
www.bugs.acme.com is
/websites/bugs.net/html/index.html
Now, I'd like to set up a forum in a subfolder of the document root. The
forum is installed and running in
/websites/bugs.net/html/phpbb/index.php
But when I enter
www.bugs.net/phpbb/index.php it doesn't work. I get an
error.
But if I enter
www.bugs.acme.com/phpbb/index.php, then it works fine.
Are there any settings I need to change or tweak? Or is there no way for
this to work?
Thanks.