How To Enable Directory Index List

By default to any Linux hosting we will disable Directory Index Listing due to security reason and you will see the 'Forbidden' error message when you trying to access any folder without index file, Anyway to enable Directory Index Listing and you will fully responsible on it, please follow the instruction below:

Add or edit the .htaccess file in the directory you want the index list with:

Options +Indexes

  • 62 Users Found This Useful
Was this answer helpful?

Related Articles

How To Increase Upload Limit ?

What is .htaccess?The .htaccess file can be placed in one or more of your /home/user/public_html...

How To Turn On PHP Globals ?

What is .htaccess?The .htaccess file can be placed in one or more of your /home/user/public_html...

How to Get Listed in Google, Yahoo and MSN

Getting listed in Google and the other popular search engines is one of the most effective ways...

My site does not appear in the browser

This probably one of the most frequent support questions. Please make sure:1. If your domain is a...

How to FTP using secure SFTP using FileZilla

What is SFTP ?SFTP, or secure FTP, is a program that uses SSH to transfer files. Unlike standard...