Hello, I am using Apache web server on our Mac here at the office, and I am having a hard time finding this in any Apache manual. When a viewer goes to the site 'example.com' and they want to go to the 'widgets' page, which is at: example.com/widgets/index.html
right now they can get to it by: example.com/widgets/
but I want them to not have to put in that second slash. I just want them to be able to go to: example.com/widgets
Any help would be appreciated :0)
-- Zak
jdMorgan
10:41 pm on May 25, 2005 (gmt 0)
This should be done automatically by Apache mod_dir [httpd.apache.org]. If not, then look into the server configuration.