Prevent Directory Listings Using .htaccessWednesday, August 19th, 2009 with 1 Comment »
A simple fix, just add the following line of code to your .htaccess :
# Prevents directory listing Options -Indexes
A simple fix, just add the following line of code to your .htaccess :
# Prevents directory listing Options -Indexes