Favourite Host

Interserver

Install Service

Premium Support

Development

Order Custom Development Services

Cannot access admin/ – Directory Listing Denied error

The reason is because index.php files are not defined as default files, and directlory listing is disabled on your server.

To rectify the problem, you will need to add index.php to the list of default pages on your server.

If you run Apache you would have to add index.php to your DirectoryIndex Directive in the Apache config file or even your .htaccess file.

More info:

http://httpd.apache.org/docs/2.1/mod/mod_dir.html

http://www.javascriptkit.com/howto/htaccess6.shtml

Powered by BetterDocs

Submit a Comment

Your email address will not be published. Required fields are marked *