Forum Moderators: phranque
Im use apache 2.2
And im use this rule for protected my page of login :
RewriteCond %{REMOTE_ADDR} !=192.168.0.10
RewriteRule (?:login\.php)$ - [R=404]
And im happy, this rule is work.
But when im test for allow different ip, my rule is doesnt work :
RewriteCond %{REMOTE_ADDR} !=192.168.0.10¦192.168.30¦10.4.10.1
RewriteRule (?:login\.php)$ - [R=404]
If im use the last rule. All ip is not allow
I dont understand where is my error :(
Do you have any idea, for nice girl ;) ?
Kiss