Welcome Guest, Not a member yet? Register   Sign In
How to restrict IP on folder of controllers from apache config?
#3

[eluser]CroNiX[/eluser]
If you want to restrict access to a dir by IP via apache, you just need to add an additional line(s) after your "Deny from all", like:
Order Deny,Allow [this says, first I'll tell you to do deny, then I'll tell you who to allow]
Deny from All [You are denying everybody]
Allow from 123.123.123.123 [except this IP]
Allow from 234.234.243.234 [and this IP]


Messages In This Thread
How to restrict IP on folder of controllers from apache config? - by El Forum - 12-05-2012, 06:26 PM



Theme © iAndrew 2016 - Forum software by © MyBB