>>But but it does not work. But if I put in URL/directory and a forward slash/ >>eg. http://URL/directory/ then it shows the default.htm page. But I know my >>customers, and they will not put in the directory forward slash. How do I >>get around this issue?
http://httpd.apache.org/docs-2.0/mod/mod_dir.html <quote> This module provides for "trailing slash" redirects and serving directory index files. </quote> <quote> A "trailing slash" redirect is issued when the server receives a request for a URL http://servername/foo/dirname where dirname is a directory. Directories require a trailing slash, so mod_dir issues a redirect to http://servername/foo/dirname/. </quote>