I'm getting the following message when I'm trying to go to this url: example.com/couch/
Notice that it just says .php instead of index.php. I already have index.php at the top of the directory index (image below) and there is an index.php file in the directory.
- Removed please attach images to your posts -
I've also added the following to my root directory's .htaccess file:
DirectoryIndex index.php
And, going directly to example.com/couch/index.php brings me to the correct page.
Does anyone have an idea of what I'm missing?
Thanks!
The requested URL /couch/.php was not found on this server.
Notice that it just says .php instead of index.php. I already have index.php at the top of the directory index (image below) and there is an index.php file in the directory.
- Removed please attach images to your posts -
I've also added the following to my root directory's .htaccess file:
DirectoryIndex index.php
And, going directly to example.com/couch/index.php brings me to the correct page.
Does anyone have an idea of what I'm missing?
Thanks!
Last edited by a moderator: