Forum Moderators: phranque
I would like to make a few pages of a strictly html/css static site accessible only by password. I noticed a dreamweaver extension for login but not sure yet. Anyone have ever done this? Any advice on the issue? I am trying to avoid porting the whole site to a CMS or using a database but maybe no way around? Please help with a little detail as I'm not that experienced. Thank you.
Miro
You should be able to password protect a specific directory using .htaccess assuming your host provides that functionality. Look at the following google search for some explanations on how you could achieve something like this:
[google.com...]
good luck