bthart Posted August 12, 2009 Share Posted August 12, 2009 Hi, I am sorry if I have posted this into the wrong section how It's possible that htaccess is my soloution. I am not very handy with code and therefore am trying to find a quick and easy soloution to the following problem. I have a website however it must be strictly password protected. It is coded completley in php. I understand that htaccess can provide simple password protection however I have two problems with this. 1. It does allow for you to implement a login form 2. It does not allow for extra features such as user profile changing page. Of course I can live with out the first one but the second is nessarcy to allow for easier maintaining. Hopefully someone has come accros some nifty soloution in the past. With thanks, Brian Quote Link to comment https://forums.phpfreaks.com/topic/170006-php-password-protect/ Share on other sites More sharing options...
corbin Posted August 13, 2009 Share Posted August 13, 2009 You coded an entire site in PHP and PHP never crossed your mind as a possible solution for handling authentication? Quote Link to comment https://forums.phpfreaks.com/topic/170006-php-password-protect/#findComment-896968 Share on other sites More sharing options...
bthart Posted August 13, 2009 Author Share Posted August 13, 2009 Hey, Yeah - It has croossed my mind many times and I would be happier to use php over .htaccess due to the fact that I am using a windows computer. But I have not yet been able to find a FREE soloution that supports the wanted features AND WORKS... Thanks, Brian Quote Link to comment https://forums.phpfreaks.com/topic/170006-php-password-protect/#findComment-897051 Share on other sites More sharing options...
corbin Posted August 13, 2009 Share Posted August 13, 2009 Have you considered making it your self? And why would Windows affect your decision to use PHP instead of htaccess? (You should do it with PHP, but I'm just curious why Windows matters.) Quote Link to comment https://forums.phpfreaks.com/topic/170006-php-password-protect/#findComment-897064 Share on other sites More sharing options...
bthart Posted August 14, 2009 Author Share Posted August 14, 2009 Hi, In the past I have had previous problems using .htaccess on windows however I willing to take another bash at it due to my mistake my likley last time. As I said before I am not handy with code and need a quick to use soloution. Thanks, Brian Quote Link to comment https://forums.phpfreaks.com/topic/170006-php-password-protect/#findComment-897977 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.