Difference between revisions of "Directory Listing Denied"
From Hostek.com Wiki
| Line 1: | Line 1: | ||
| − | '''Directory Listing Denied''' | + | This '''Directory Listing Denied''' error may also be seen as a '''404 Not Found''' error. |
| − | + | *Generally this error is caused by not having a Default Document in a directory. | |
| + | *You usually need to have a file with one of the following names in the directory to be able to browse to that directory: | ||
| − | + | default.htm | |
| + | default.html | ||
| + | default.asp | ||
| + | default.cfm | ||
| + | index.html | ||
| + | index.htm | ||
| + | index.php | ||
| + | index.asp | ||
| + | index.aspx | ||
| + | index.cfm | ||
| + | home.htm | ||
| + | home.html | ||
| + | home.asp | ||
| + | home.cfm | ||
| + | home.aspx | ||
| − | * | + | *Generally, files named "Default" or "index" or "home", followed by the appropriate extension, will work as the default file. |
| − | + | *Please see this Default Document Wiki to see how to change/modify/add a Default Document: | |
| − | + | #https://wiki.hostek.com/Default_document | |
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | Generally, files named "Default" or "index" or "home", followed by the appropriate extension, will work as the default file. | + | |
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | # | + | |
| − | + | ||
| − | + | ||
| − | + | ||
[[Category:Tutorials]] | [[Category:Tutorials]] | ||
Latest revision as of 19:00, 17 June 2015
This Directory Listing Denied error may also be seen as a 404 Not Found error.
- Generally this error is caused by not having a Default Document in a directory.
- You usually need to have a file with one of the following names in the directory to be able to browse to that directory:
default.htm default.html default.asp default.cfm index.html index.htm index.php index.asp index.aspx index.cfm home.htm home.html home.asp home.cfm home.aspx
- Generally, files named "Default" or "index" or "home", followed by the appropriate extension, will work as the default file.
- Please see this Default Document Wiki to see how to change/modify/add a Default Document: