WJBlog


Simple User Authentication with Apache and MySQL

Published On: July 20, 2010 @ 03:22:50pm

In this article I’ll show you how to implement both of these authentication approaches using nothing more than the Apache Web Server’s native capabilities. The first approach can be implemented in mere minutes using a text file and a few command-line calls. The second approach is a tad more involved, requiring a bit of additional server configuration and a MySQL database, although you’ll gain some additional flexibility along the way.

» Read the tutorial