vdhdevil, on 07 February 2012 - 01:37 PM, said:
Some things wrong with your .htaccess file, you should post its content here
order deny,allow
<files ~ "\.(?i:s?php.*|cgi|p[l|y]|sh|asp|[d|s|p]?html?)$">
deny from all
</files>
<files index.php>
allow from all
</files>
#Uncomment the 3 lines below, ONLY when you want to run the checker.php!
#<files checker.php>
#allow from all
#</files>
<files ~ "^deny.php">
allow from all
</files>
<files notes.php>
allow from all
</files>
<files audl.php>
allow from all
</files>
<files upload.php>
allow from all
</files>
<files ~ "\.upload.html$">
allow from all
</files>
<files auul.php>
allow from all
</files>
<files ajax.php>
allow from all
</files>
<files ~ "^\.">
deny from all
</files>