Hiding htaccess File

You can hide .htaccess file useing this code. if want to hide you script of htaccess file including rewrite rules, directory settings, and security etc

<Files .htaccess>
order allow,deny
deny from all
</Files>