Difference between revisions of "Directory Listing Denied"

From Hostek.com Wiki
Jump to: navigation, search
(Created page with "==Directory Listing Denied== Generally, this error is caused by not having a default file in a directory. You you need to have a file with one of the following names in a dir...")
 
 
(4 intermediate revisions by 2 users not shown)
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 file in a directory. You you need to have a file with one of the following names in a directory to be able to browse to that directory:
+
*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<br/>
+
default.htm
default.asp<br/>
+
default.html
index.html<br/>
+
default.asp
index.php<br/>
+
default.cfm
index.asp<br/>
+
index.html
index.aspx<br/>
+
index.htm
index.cfm<br/>
+
index.php
 +
index.asp
 +
index.aspx
 +
index.cfm
 +
home.htm
 +
home.html
 +
home.asp
 +
home.cfm
 +
home.aspx
  
Generally, files named "Default" or "index", followed by the appropriate extension, will work as the default file.
+
*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
  
 
+
[[Category:Tutorials]]
[[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:
  1. https://wiki.hostek.com/Default_document