Hi Everyone, I have an odd problem with my apache server.
Server version: Apache/2.0.46 My default page in www.exmaple.com is index.jsp and it loads fine if you enter http://www.example.com. here is the problem, When I enter http://www.example.com/jsp/admin it doesn't work. I get the follow message: Not Found The requested URL /jsp/admin/ was not found on this server. Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request. ------------------------------ Apache/2.0.46 (Red Hat) Server at marie.ne.se Port 80 But I know it exists. If I type: http://www.example.com/jsp/admin/index.jspit page loads fine. In httpd.conf the directory index setting looks like this: DirectoryIndex index.jsp index.html categories.jsp index.htm index.shtml and as I said, index.jsp loads fine in the documentroot. But it doesn't in subits in the documentroot. Any ideas? I cant find anything on the net on this one. And it doesn't make any sense. Best regards Jocke