htaccess IP access control


/ Published in: Other
Save to your folder(s)



Copy this code and paste it in your HTML
  1.  
  2. order allow,deny
  3. allow from 123.456.789.012
  4. deny from all
  5.  

Report this snippet


Comments


You need to login to view comments.