.htaccess Options -Indexes not working
My htaccess file has the following:
order deny,allow
deny from 87.59.101.111
Options -Indexes ??
# Deny access to sub directory
#COUNTRY_BLOCK_START
order allow,deny
deny from 2.104.0.0/13
deny from 20.133.16.0/24
I was under the impression that Options -Indexes would prevent the following: mywebsite.com/~root/ ??
I'm able to view a link to the parent directory and the cgi folder.