Forum

AccessList not working with multiple IP

Fred
25 July 2016, 14:21
Hi Hugo,
I place an AccessList option in a .hiawatha file in my he /wp-admin/ directory...
I can get it to work whith a signle IP address
AccessList = allow <my ip-address>, deny all

However, If I try to add more address,
AccessList = allow <my ip-address>,<second ip-address>, deny all
then, I get
500 Internal Server Error
Hugo Leisink
31 July 2016, 08:32
It should be:
AccessList = allow <my ip-address>, allow <second ip-address>, deny all
Fred
12 August 2016, 22:43
Thank you very much
This topic has been closed.