Forum Moderators: phranque
<IfModule mod_dir.c>
DirectoryIndex index.html index.htm index.shtml index.cgi index.php index.php3
</IfModule>
However it is not working as desired. If a user was to visit example.com/directory they would receive a 404. If however they where to visit example.com/directory/ they would view the index file for the directory.
How can I configure apache to display an index file without the need for a trailing slash "/".
Mack.