.htaccess Deny From All Not working

#1
I have the follwoing in an .htaccess file:

order allow,deny
deny from all
allow from all

However, I am able to access that directory anyway. How can I fix this?
 
Top