Technical information

How to restrict general access to website and open it for certain IP addresses

If you want to restrict general access to website and open it for certain users, the fastest solution is using restriction in .htaccess file. For example, you develop a website and want that nobody sees it, except of the customer.

How to restrict access?

Order Deny,Allow
Deny from all
Allow from 124.37.47.167
Allow from 107.57.67.127