Re: [PHP-DB] php/.htacces authentication

2004-02-06 Thread Micah Stevens
.htaccess files will parse before the php script, so you don't have any direct control over them for a particular page load. If you want to use that pop up window for log ins, instead of an .htaccess file, use the php functions: Here's a tutorial: http://www.weberdev.com/ViewArticle.php3?Articl

[PHP-DB] php/.htacces authentication

2004-02-06 Thread john
Hi, I have a need to protect directories using .htaccess but want to initially authenticate via the tables used by phpBB. How do I tell avoid the browser popping up a login window for the directory when I know that the user should be allowed in? thanks, John Wunderly -- PHP Database Mailing Li