Simply create an .htaccess file in your root folder and add this like:
Options All -Indexes
Remember when you try to put an index file in your folders? This code does that job. This way they’ll receive a blank page.
Simply create an .htaccess file in your root folder and add this like:
Options All -Indexes
Remember when you try to put an index file in your folders? This code does that job. This way they’ll receive a blank page.