> This could be a really stupid question, but...
...
> but when I try to log into squirrelmail through:
> http://webmail."mydomain".com/squirrelmail
>
> It changes the address to:
> http://192.168.1.2/squirrelmail/src/webmail.php
>
> If I try:
> http://webmail."mydomain".com/squirrelmail/src/login.php
>
> it says "cannot find server", but if I refresh the page (F5) it
> loads
> immediatly.  Apparantly I'm missing something.

There is some error in your webserver's config.

Apache changes URL only if you have UseCanonicalName option in httpd.conf
set to "On".

If your ServerName in httpd.conf is set to 192.168.1.2, fix it and use
real host name.

If it is not set there at all and apache is unable to detect name
correctly, you should see errors when you start webserver. set it
correctly.

-- 
Tomas


-------------------------------------------------------
This SF.Net email sponsored by: ApacheCon 2003,
16-19 November in Las Vegas. Learn firsthand the latest
developments in Apache, PHP, Perl, XML, Java, MySQL,
WebDAV, and more! http://www.apachecon.com/
--
squirrelmail-users mailing list
List Address: [EMAIL PROTECTED]
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users

Reply via email to