Bootstrapping the Application: the .htaccess File
Friday, September 18, 2009
The crucial first stage of the bootstrapping process involves directing all requests for web pages and web services to the index.php file. On Apache, this is done by using mod_rewrite. The module needs to be enabled on the application’s web server; it also needs to be permitted for the application’s public web directory (htdocs). (more…)

Practical Web 2.0 Applications with PHP (Expert's Voice) by Quentin Zervaas
Beginning Databases with PostreSQL: From Expert to Professional 2nd Edition: From Novice to Professional by Neil Matthew, Richard Stones