Sometimes, for one reason or another, you will have no index file in your directory and will want to display all the files in the directory. This will, of course, mean that if someone types the directory name into their browser, a full listing of all the files in that directory will be shown. This could be a security risk for your site.
To allow this without creating lots of new 'index' files, you can enter a command into your .htaccess file to allow the directory list to be shown:
Options +Indexes
Please note for security reasons our servers disable directory Indexes by default.
If no index page is uploaded an error page will be displayed instead of the content of the folders.
Please note for security reasons our servers disable directory Indexes by default.
If no index page is uploaded an error page will be displayed instead of the content of the folders.