Membership is FREE – with unlimited access to all features, tools, and discussions. Premium accounts get benefits like banner ads and newsletter exposure. ✅ Signature links are now free for all. Share your own thoughts and experience, accounts may be terminated for violations.

Secure Web Pages

Status
Not open for further replies.
SSL will not help, this simply provides an encrypted path between server & browser. A password protected pages (or set of pages) is what you need, SSL may be of use when collecting the username & password if the info os very sensitive.

You could use a password protected directory or implement a bit of simple PHP (or other preferred language) to handle a username / password system.
 
simple way is to create a sub dir and protect using .htaccess

very quick and no coding required.

if you want to be able to admin the users via a CP then requires a little more work
 
Status
Not open for further replies.
Top Bottom