PDA

View Full Version : .htaccess question


Tony
10-04-2007, 04:14 PM
Well I guess this is the place for this question: One of our website members base is getting extremely large. Over 150,000 members and I need an alternative to htaccess. Sagi or anyone else what do you recommend as an alternative that will keep server load down since htpasswd is a flat file and prevents brute force password attacks. Right now im using PennyWize which utilizes mod_rewrite.

The best option I am thinking is a custom application that stores the data in a SQL database and uses a captcha for username and password entry. Any other pre-built solutions out there that you are aware of?

-Tony