|
Deactivating Directory Browsing 
How can I stop my open directories from being listed?
What is Directory Browsing?
Directory browsing is when the contents of your folders are shown, because no index page has been created.
Directory Browsing is activated by default for every host.
You can deactivate it as follows:
Create a .htaccess file in 'www.yourdomain.com', or open the existing file and enter the following: Options -Indexes 
|