Basic Auth

Hi,

I am creating website for limited clients only.
What I want to do is limit the users by basic authentication.

i.e.:

Administrator IP: 100.100.100.100
User IP: 100.100.100.101

Administrator will be able to access the page without any basic auth, however, users/all except admin will have to go through basic auth.

Is this possible?
Any advice will be helpful.

Thank you.

 

 

 

 

Top