October 1, 2008 at 3:23 pm
#780514
Inactive
@alexross 178498 wrote:
htaccess is only readable by your server or scripts on your server.. no need to worry about it being readable outside.
Generally it’s recommended to protect the .htaccess file itself by adding to it:
order deny,allow
deny from all
[/CODE][CODE]
order deny,allow
deny from all
[/CODE]