Link to home
Start Free TrialLog in
Avatar of hankknight
hankknightFlag for Canada

asked on

Password for all pages EXCEPT one

Hello,

I would like to require a password for ALL pages on my site EXCEPT page.html

How can this be done?


This is how I currently password protect ALL pages:

    AuthName "Restricted Area"
    AuthType Basic
    AuthUserFile /home/public_html/.htpasswd
    AuthGroupFile /dev/null
    require valid-user
ASKER CERTIFIED SOLUTION
Avatar of caterham_www
caterham_www
Flag of Germany image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial