edwards
Joined: 28 Sep 2006
Posts: 2
|
| Posted: Thu Sep 28, 2006 9:29 am Post subject: login page is in text |
|
|
Hi,
After unpacking phpxmail and creating a symbolic link to the directory, the login page is in clear text. Installed OS is Debian, and I can login using telnet on the xmail server.
<html>
<head>
<title>PHPXMail</title>
</head>
<frameset cols='200, *' border='0' frameborder='0'>
<frame name='menu' src='menu.php' border='0' frameborder='0' scrolling='no'>
<frame name='main' src='main.php' border='0' frameborder='0' scrolling='yes'>
</frameset>
</html>
I also use phpmyadmin (which is to administer the databases) this works fine. I tried to fix this by creating the same file as for the phpmyadmin site but without any success. The installed software needed to run the both are more or less the same.
When reading through the forum I learned that there should be a server.php file in the unzipped directory, how ever I don't seem to be able to find it.
Any help is welcome since I'm clueless here.
Thanks,
Edward
Oke after posting this I found it. All subnets exept for localhost were supject to the deny rule. After adjusting this and starting and stopping Apache2 it worked. |
|