User Authentication

Hi,

I want to allow access only with Auth on https://xxx.ch/wp-admin but https://xxx.ch should be accessible for all.

The backend is WEBSERVER on Port 80 with IP 192.168.1.100

So I have to do a ALC with the URL prefix /wp-admin but the rest? I can’t restrict the whole backend with a Auth. I want really only the prefix of the URL /wp-admin

Thanks

Solution is to add this three lines in the backend

acl restricted_page path_beg /wp-admin
acl auth_ok http_auth(your_user_list)
http-request auth if restricted_page !auth_ok