Hi MegaBrutal,
Thansk for your answer, the version of our installed apache httpd is
2.2.15-39.el6.centos.
We already did the access control on the PHP side, and we also want to
do this on the apache httpd side to protect our website.
Bu Xiaobing
On 2014-12-1 21:20, MegaBrutal wrote
Hi rainer,
Can't understand what do you mean.
I try to write the acl as the below lines, but it can't work.
RewriteCond %{QUERY_STRING} ^manage$
Order allow,deny
Allow from specified_IP_address
Sury
On 2014-11-21 19:48, Rainer M. Canavan wrote:
On Nov 21, 2014, at
Hi All,
I want to do the httpd URL access control through visitors' IP addresses
as the following :
all source IP address can visit ^/action.php?login
and only specified IP addresses can visit ^/action.php?manage
Anyone can give me some advises?
Thanks.