Cant Login to PhpMyAdmin

problem fixed :D

to use phpmyadmin with that fastcgi guide, create a .htaccess file in /var/www/html/phpmyadmin-VERSION/

and include this in the file:

Code:
RewriteEngine On
RewriteRule .* - [E=REMOTE_USER:%{HTTP:Authorization},L]

and with this all will work ok.

Regards
 
Back
Top