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
Related Articles
What is the Path to ImageMagick?
The path to ImageMagick is /usr/bin/
Disable MySQL strict mode on cPanel server
To disable mysql strict mode on a cPanel server, add the following to the end of the /etc/my.cnf...
Could not connect to the MariaDB - MySQL database
You will want to verify you are using the correct database name, username and password.All...
Warning: Unknown(): open_basedir restriction in effect
Basedir restriction is set for security. This most often occurs when you are calling an app...
Useful CSV to MySQL Script
Provided below is a great tool we have run into for converting CSV files into MySQL format: CSV...
