See if this works for you.
public_html/.htaccess
Also, a good idea to set 444 permissions on any/all .htaccess files. You just have to remember that to edit an .htaccess file change permissions to 644.Code:<Files ".ht*"> Deny from all Allow from localhost </Files>


Reply With Quote
