Jump to content

Undefined index: AUTH_TYPE


BTX

Recommended Posts

I am trying to get the user name to display on a page. I am using

$theUser = $_SERVER['PHP_AUTH_USER'];
and I get the following error:
Notice: Undefined index: AUTH_TYPE

I get an error if I try to user PHP_AUTH_PWD and PHP_AUTH_TYPE.

I am running PHP with Apache. I went into phpinfo, and it is able to display the user name and password there that I used to access phpinfo.

Other SERVER variables, such as PHP_SELF do work. It just seems to be the ones related to authentication.
I do have this page in a password-protected folder. However, I did not use an .htaccess file, I have designated it in the httpd.conf file under a <DIRECTORY>.

Is there something else I need to do (besides setting the login requirement in apache) in order to let PHP see the user name?
Link to comment
https://forums.phpfreaks.com/topic/4345-undefined-index-auth_type/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.