Re: [PHP] apache httpd + PHP authentication

2003-10-19 Thread news.php.net
Chris Shiflett wrote: A "parser" is called every time a page is accessed. If no page is defined, the home page is loaded. Subsequent pages are linked with http://dictionary.reference.com/search?q=parser Very amusing. Okay, "dispatcher" would probably be a better name. It preps the environme

Re: [PHP] apache httpd + PHP authentication

2003-10-18 Thread Chris Shiflett
--- "news.php.net" <[EMAIL PROTECTED]> wrote: > I have a web page I wish to restrict access. I prefer to use the > standard apache httpd authentication with .htaccess and password > file. This method does not seem to work with PHP. This method is independent of the type of resource being used, so

[PHP] apache httpd + PHP authentication

2003-10-18 Thread news.php.net
Hello, httpd v1.3.27, php v4.3.0. I have a web page I wish to restrict access. I prefer to use the standard apache httpd authentication with .htaccess and password file. This method does not seem to work with PHP. A "parser" is called every time a page is accessed. If no page is defined, t