From: Paul L. <pa...@sq...> - 2016-12-16 11:21:25
|
On 2016年12月15日 20:58, oonet wrote: > By the way, here's the source of the "blank" page being returned (by https, > http is fine): > > <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN"> > <html><head> > <meta name="robots" content="noindex,nofollow"> > <title>SquirrelMail 1.4.22</title> > </head><frameset cols="200, *" id="fs1"> > <frame src="left_main.php" name="left" frameborder="1"> > <frame src="right_main.php" name="right" frameborder="1"> > </frameset> > </html> Perfectly normal. The frame contents are what are not loading then. Still, the client side will tell you little to nothing compared to simply looking in your logs. -- Paul Lesniewski SquirrelMail Team Please support Open Source Software by donating to SquirrelMail! http://squirrelmail.org/donate_paul_lesniewski.php |