cakephp 1.2 Cake Security component HTTP-Auth example
Wednesday, October 31st, 2007*updated Jan 30th 08*
Snook blog post
Jonathan Snook points out another solution to an easy http-auth implementation for Cake’s directories (that are really rewrites).
the gist is that you put a <Location “/name_of_dir/”> in your httpd.conf, which you may well have access to if you are telling it the webroot of Cake is the webroot anyway.
Works like […]