Jump to content

[SOLVED] htaccess alternative


frost

Recommended Posts

Hi,

 

I have a client that has an html based site and would like to add some login protection to a few areas. The problem is the client wants to have each person have a unique login (i would store them in an sql database).

 

So my question is: Is there an alternative to htaccess password protection that I could use here? Something that would support multiple login identities and would not require me changing the site over to PHP?

 

Thanks.

Link to comment
https://forums.phpfreaks.com/topic/81241-solved-htaccess-alternative/
Share on other sites

Use PHP Sessions throughout your secure pages. If I were you; I would do some research/searching for user login administration with PHP/MySQL.

 

Visit The PHP forum on this site for PHP questions.

 

http://www.phpfreaks.com/forums/index.php/board,1.0.html

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.