Report this

What is the reason for this report?

how do i allow multiple ip address in htaccess file

Posted on May 8, 2019

I want to allow a range of IP addresses in htacces file.I dont want to type the individual IP address one by one



This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

Hey friend,

Great question. You can convert the range to a subnet and just allow that. For example, 192.168.0.0 - 192.168.255.255 = 192.168.0.0/16. So where you would add the single IP, just add “192.168.0.0/16” instead and the whole range is allowed. I found a site that can help you convert a range to a subnet like that:

https://www.ipaddressguide.com/cidr

Jarland

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.