Apache server on the sites .htaccess file will do little to change the folder will block access to, and kept confidential.
Blocking access for full folders;
Write this c0de .htaccess file
~~~~~~~~~~~~~~~~~~~~
- #deny all access
- deny from all
Blocking access for ip adress ;
~~~~~~~~~~~~~~~~~~~~
- #deny all access
- deny from all
- allow from 85.101.22.45 # only one ip address
- allow from 85.101.22.12/80 # between the ip address
~~~~~~~~~~~~~~~~~~~~~~~~~~
0 Comments
Leave a Comment