You can't view any .htaccess files through your web browser, unless you disable:
<FilesMatch "^\.ht">
Order allow,deny
Deny from all
</FilesMatch>
in apache's httpd.conf.
The .htaccess file is just that, a "file", and can be opened in any file editing/viewing software
