If you have a file in your web directory which you want to keep secure , you can block the access to it by following lines in your .htaccess file:
<Files FILENAME> deny from all </Files>
If you have a file in your web directory which you want to keep secure , you can block the access to it by following lines in your .htaccess file:
<Files FILENAME> deny from all </Files>
Powered by WordPress