HTTP Authentication error in PHP

Issues with HTTP Authentication error in PHP. Variables $_SERVER['PHP_AUTH_USER'] and 'PHP_AUTH_PW' values not being passed properly.

Resolution: This can occur when FastCGI is being used.

An htaccess file can be created for the script with an HTTP authorization rewrite rule. For more information visit the following link:
http://www.rosmir.org/Index/LabsFolder/FastCGI



  • 135 Users Found This Useful

Was this answer helpful?

Related Articles

Warning: system() has been disabled for security reasons

system is a feature of php which is disabled by default. To change this if needed for a...

What is the path to PHP5?

We are currently running the latest stable version of PHP5. /usr/bin/php

403 Forbidden error with Drupal after install

Remove the following lines from the .htaccess file...Options -Indexes Options FollowSymLinks...

I am having problems with a script I wrote

PHP suexec is running on all of our shared servers. If you are running code that is insecure or...

Learn MySQL

If you do not know how to use MySQL there are some great guides at the following websites....