Enjoy unlimited access to all forum features for FREE! Optional upgrade available for extra perks.

Secure Web Pages

Discussion in 'Website Design' started by Admin, Jan 26, 2008.

Thread Status:
Not open for further replies.
  1. Admin

    Admin Administrator Staff Member

    Joined:
    Jun 2004
    Posts:
    11,134
    Likes Received:
    468
    I want to design a site with some pages on public view and others only visible to members.

    Some of the content will be company sensitive such as pricing, what is the best way to secure this so only the right people see it? SSL?
     
  2. monaghan United Kingdom

    monaghan Well-Known Member

    Joined:
    May 2007
    Posts:
    2,126
    Likes Received:
    78
    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.
     
  3. deconstruction United Kingdom

    deconstruction Well-Known Member

    Joined:
    Aug 2005
    Posts:
    1,416
    Likes Received:
    15
    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
     
Thread Status:
Not open for further replies.