Forum Moderators: phranque
When I go to a directory www.mysite.com/test/
IF I have a file "test.php", then it automatically redirects to that file.
If I don't have a file "test.php" then it gets a 404 error.
WHY does it automatically go to a filename.php after trying to find a directory that does not exist?
I don't want this to happen. How do I turn this off?