Hi,
You can use a .htaccess file to limit access to your website.
Here's how:
Create a file in your website's root directory and name it .htaccess
Edit the file with a text editor and enter
Code:
order deny,allow
deny from all
allow from xxx.xxx.xxx.xxxx
allow from xxx.xxx.xxx.xxxx
Replace xxx.xxx.xxx.xxxx with the appropriate IP addresses.
This will reply on your users having fixed IP addresses, however.
Maybe it would be better to consider password protecting the site instead.
You can also do this using .htaccess.
Let me know if you want me to tell you how.
Bookmarks