Hi Hugo,
I have the following URL:
mydomain.co.uk/webmail
mydomain.co.uk/mypanel
I want to allow access to mydomain.co.uk/webmail to everyone (no problem there) but I want to restrict mydomain.co.uk/mypanel only to my IP.
I tried
AccessList = allow TrustedIP_1, allow TrustedIP_2, deny all
but as you know that stoped access toboth URL..
How can I achieve this?
Thank you
Fred