Hello,
I'm having a very bizarre problem. I have checked and rechecked everything but for some reason I cannot get the page to get a proper login screen.
As it's hard to explain, please checkout:
The Roundcube image contains some extra %5C% (commonly ASCII )
%5C%22skins/default/images/roundcube_logo.png%5C%22
and is not visible. The source is this
<!-- var rcmail = new rcube_webmail(); rcmail.set_env('comm_path', './?_auth=26f74d8f2cc36f7a54d8419059be64e630c5a07b&_task=mail'); rcmail.set_env('task', 'login'); //-->
</script>
</head> <body>
<img src="skins/default/images/roundcube_logo.png" id="rcmbtn104" width="165" height="55" border="0" alt="RoundCube Webmail" hspace="10" />
<div id=\"login-form\"> <form name=\"form\" action=\"./\" method=\"post\">
<p style=\"text-align: center;\"><input type=\"submit\" class=\"button\" value=\"\">
Any help would be sincerely appreciated. A complete phpinfo() can be found here: http://www.mail.ac/foo.php
Warm Regards,
-Bruno