Hi, I need help to restrict some IP address to access for
only one rewriteRule. I have a lot of rewriterule on httpd-2.0.59 access
from internet but for some of else I just want to access for the inside with
private source IP. The solution with allow/deny seem not possible because
it’s not a directory and Rewritecond %{REMOTE_ADDR} not easy ! How can I do that ? Thanks |