Using Apache you can stop directory listing with this line in your .htaccess
Options -Indexes
Basically it says stop access for folders without and index (index.html, index.php, etc)
A bunch of ramblings about PHP programming, JQuery, MySQL and other 'stuff'
Using Apache you can stop directory listing with this line in your .htaccess
Options -Indexes
Basically it says stop access for folders without and index (index.html, index.php, etc)