Forum Moderators: phranque
However, if I place a '/' after operations the web server seems to find the index.html fine.
Lastly, the DirectoryIndex does contain index.html
thanks for any assistance
Welcome to WebmasterWorld!
/datacenter1/operations/ refers to the directory listing or index file in the /datacenter1/operations directory, while /datacenter1/operations refers to the extensioness file "operations" in the in the /datacenter1 directory, so technically, the server is behaving properly.
However, Apache mod_dir [httpd.apache.org], when introduced, included a "fix-up" (see mod_dir documentation Summary section) on these cases, since omitting the trailing slash is a common error. You might want to check to see that mod_dir is loaded on your server.
If mod_dir is not and cannot be available, then you could do the fix-up "manually" with mod_rewrite, but using mod_dir would be preferable.
Jim
Russ
Russ
Russ