Forum Moderators: phranque
<IfModule mod_dir.c>
DirectoryIndex index.shtml index.html
</IfModule>
But now I've noticed that my guestbook does not redirect like it used to. It used to be that when you click on mydomain.com/guestbook, it would take you directly to mydomain.com/guestbook/index.php. But now it takes you to a page titled "index of /guestbook" and then lists all the files in /guestbook. And so then you have to click on the right file to be brought to my guestbook.
Might this glitch have something to do with the command shown above? If so, how do I rewrite the command so it doesn't affect my guestbook?