php page bind access ip

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
weixin268
Forum Newbie
Posts: 15
Joined: Mon Feb 17, 2014 12:53 am

php page bind access ip

Post by weixin268 »

php bind access ip, only on the list ip can access the php pages.
User avatar
Celauran
Moderator
Posts: 6427
Joined: Tue Nov 09, 2010 2:39 pm
Location: Montreal, Canada

Re: php page bind access ip

Post by Celauran »

iptables?
User avatar
requinix
Spammer :|
Posts: 6617
Joined: Wed Oct 15, 2008 2:35 am
Location: WA, USA

Re: php page bind access ip

Post by requinix »

Your web server can also restrict access by IP, and probably respond to everyone else with a 403 Forbidden.
Post Reply