I have just gotten Apache to work on my webserver after figuring out that my ISP conveniently blocks port 80.
Now I just have one more kink to work out. When I try to access a directory without a trailing slash, my server redirects to Microsoft.com! e.g.
my.url.net:8020/test --> redirects to Microsoft.com
my.url.net:8020/test/ --> displays index.html in 'test' directory
This is a little embarassing! Have I missed a setup option somewhere? (And why Microsoft? Ugh!) Thanks in advance.