htaccess to stop files listing & executing any file inside folder
# htaccess to stop files listing on folder and stop executing any file inside folder like config.ini file etc which are not need to display in the browser
IndexIgnore */* (It will stop files listing for specific folder)
# deny access to all files of folder
Order allow,deny
Deny from all
Satisfy All
Forbidding a particular file:
You can forbid a particular file using its name and extension.
order allow,deny
deny from all





July 31st, 2010 at 3:58 am
Bookmarked your website. We appreciate you expressing. Surely really worth time far from my tests.