dspender Posted June 2, 2008 Share Posted June 2, 2008 Very simple directory statement. Only it still allows from 10.2.0.0 / 255.255.0.0 One day it was denying traffic from that subnet, the next it was allowing. Any ideas on how to troubleshoot? Thanks. <Directory "C:/wamp/www"> Options Indexes FollowSymLinks AllowOverride none Order Deny,Allow Allow from 10.1. 10.81. Deny from 10.2. 10.82. </Directory> Link to comment https://forums.phpfreaks.com/topic/108430-allow-deny-from-ip-suddenly-not-working/ Share on other sites More sharing options...
dspender Posted June 3, 2008 Author Share Posted June 3, 2008 Figured it out. Users from the 10.2. subnet were using a proxy server in the 10.1. network. Added a Deny for the proxy IP, works fine now. Link to comment https://forums.phpfreaks.com/topic/108430-allow-deny-from-ip-suddenly-not-working/#findComment-556401 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.