create text file .htaccess inside the directory you want to protect. Put following code inside the file:Is there a way to make a place(Folder) only for family use (like only 3-4 IP's)
Please if possible tell me?
AuthName "My Secret Area"
AuthType Basic
<Limit GET POST>
order deny,allow
deny from all
allow from IP_ADDRESS_1
allow from IP_ADDRESS_2
</Limit>