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:
1 2 3 | <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:
1 2 3 | <Files FILENAME> deny from all </Files> |
Powered by WordPress