Basically, what I’d like to accomplish is setting up a splash page that requires the viewer to enter a password (something that would be given to the potential customer) to view the site.
I’d like to make sure this password can’t be found in the source, and that all child pages of the website (about.html, contact.html, etc.) are protected from being accessed until the password is entered.
Of course, there also needs to be an associated “access denied” page, if the password isn’t entered properly.
It may come as an unusual request, but I’d like to restrict the website access to “potential” customers, if that makes sense!
Thanks!
ETA: User accounts are not needed, just a password is all that’s needed.