Restrict access by IP address via .htaccess

Using .htaccess, you can allow access to a website, file, or directory only from selected IP addresses.

Important: always set Require all denied first, then allow specific IP addresses using Require ip ....

A) Restrict the whole website

In the root .htaccess file:

# Allow website only from one IP
Require all denied
Require ip 213.81.175.210

# If you need to allow multiple IP addresses:
Require all denied
Require ip 1.2.3.4 111.222.333.444

B) Restrict only a specific file (for example xyz.php)

If you want to restrict only one file (and not the whole website), put this into .htaccess:

<Files "xyz.php">
Require all denied
Require ip 1.2.3.4
</Files>

C) Restrict only a specific path/directory (for example /admin)

Create (or edit) an .htaccess file inside the /admin directory:

Require all denied
Require ip 1.2.3.4

Note: replace sample IP addresses with your own allowed IP addresses.

helpdesk

we are ready to serve

currently online

agents online 2 / 6

Platon Technologies

How can we help you?

We accept reports of problems or other inducements related to the use of our products and services.

 

helpdesk@platon.net +421 222 111 321

In case you need any help, contact us by e-mail or by phone.

  • On the phone from 8:30 - 17:30
  • Sometimes even on weekends
  • Simple human approach
  • Complex problems solving
contact form

Give a chance to our online help-center. You can find there more than:

  • 6 categories
  • 59 manuals
  • 23 e-mail settings
  • 8 programming tips
go to counseling

Questions about our products or any specific request? Contact us.

Thanks for message

If necessary, we will contact you.

Send of message failed

Please contact us at helpdesk@platon.net.

NEWSLETTER

Subscribe to receive our news and current offers

Thanks for your subscribe

Subscribtion has failed