
Originally Posted by
awhfy99
What I do in all of my image & temp folders is to place a .htaccess file with the following info:
# Prevent directory viewing and the ability of any scripts to run.
# No type of script, be it PHP, PERL or whatever, can normally be executed if ExecCGI is disabled.
OPTIONS -Indexes -ExecCGI
This should keep any executable file(s) from being processed.
Bookmarks