Is this a nginx problem or phpmyadmin's?
xrfang
nginx-forum at nginx.us
Tue Nov 17 04:16:37 MSK 2009
I put phpmyadmin on my nginx powered vps. Every time I login to phpmyadmin, the server portion of the url will be appended a dot (.) this works the first time, but will quickly fail because it keeps adding dots every time I login/logout. E.g.
The login page is:
http://mysql.mydomain.com/
After a successful login, it becomes:
http://mysql.mydomain.com./index.php?session=12341243... <-- Note the dot after "com"
If I logout and login again, it becomes:
http://mysql.mydomain.com../index.php?session=12341243... <-- Note the two dots after "com"
Now this will definitely fail. Some time, may be phpmyadmin is doing internal redirection (I am not sure), this double dot problem appears instantly after I login, and firefox shows me a failure page.
Thank you!
xrfang
Posted at Nginx Forum: http://forum.nginx.org/read.php?2,23356,23356#msg-23356
More information about the nginx
mailing list