A colleague of mine told me that these two lines in php doesn't seem to work on an nginx + fastcgi installation. Any thoughts? header('WWW-Authenticate: Basic realm="SocialWhale Controller"'); $_SERVER['PHP_AUTH_USER'] $_SERVER['PHP_AUTH_PW']; -- --- Alex