Web Hosting Talk







View Full Version : Password/ Secured content?


Dan B
10-01-2009, 02:17 PM
I need to create a section on my site that is entered by password. Is it best to maybe use my template and create a subdomain? Or use another folder like site.com/members or use members.site.com

Do I create a password page from cPanel? What are the restrictions? My site is pure html/css

Mike - Limestone
10-01-2009, 10:12 PM
I would use something.com/members. Secure it with htaccess and htpasswd (Google them for more information) if you are unable to secure via scripted methods. Good luck!

-mike