When I hit url on my browser with .htaccess I can see the code of htaccess. It should be Access forbidden! or not accessible. How can I give restriction to htaccess as no one can access it.
domainname/.htaccess it's shown me code of htaccess.
Options +FollowSymLinks
RewriteEngine on
# Send request via index.php
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php/$1 [L]
php_value memory_limit 256M enter image description here