> Hello > > I have SquirrelMail installed in a SharedHosting Environment. To use SSL I > have to change the URL http://www.domain.tld to > https://sslsites.tld/domain.tld. > > After that some links in SquirrelMail work correct, for example the links > in > the left frame. But some do not because the "domain.tld" part is cut out, > for example the links in the main menu like compose: > https://sslsites.tld/src/compose.php?mailbox=INBOX instead of > https://sslsites.tld/domain.tld/src/compose.php?mailbox=INBOX. > > Has someone an idea how to solve the problem?
Sounds like your web server might be misconfigured, or something is wrong with what it reports as PHP_SELF. You can add something like this to functions/display_messages.php, around line 41 (end of the sqm_baseuri() function, BEFORE the return $base_uri; line): echo "<hr />PHP_SELF is $PHP_SELF<hr />"; If this does not include your full path, chances are your server is trying to be too smart for its own good, otherwise, we can keep digging. -paul ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_ide95&alloc_id396&op=click -- squirrelmail-users mailing list Posting Guidelines: http://squirrelmail.org/wiki/wiki.php?MailingListPostingGuidelines List Address: [email protected] List Archives: http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user List Archives: http://sourceforge.net/mailarchive/forum.php?forum_id)95 List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users
