Koozali.org: home of the SME Server

Obsolete Releases => SME 7.x Contribs => Topic started by: carolus555 on July 12, 2007, 10:17:52 AM

Title: Webmail access
Post by: carolus555 on July 12, 2007, 10:17:52 AM
How can I make the webmail access URL default from https://xxxx.yourdomain.com/webmail become just https://xxxx.yourdomain.com ?

Thank you very much for any help/information.
Title: Webmail access
Post by: mark_s_tt on July 12, 2007, 11:28:25 AM
You could just add this to the <head> section of index.html file in your ibay for this domain:

<META HTTP-EQUIV="Refresh" CONTENT="0; URL=https://xxxx.yourdomain.com/webmail">

This would simply forward you without having to manually type the webmail on the end.
Title: Webmail access
Post by: carolus555 on July 13, 2007, 04:13:08 AM
Quote from: "mark_s_tt"
You could just add this to the <head> section of index.html file in your ibay for this domain:

<META HTTP-EQUIV="Refresh" CONTENT="0; URL=https://xxxx.yourdomain.com/webmail">

This would simply forward you without having to manually type the webmail on the end.


Thank you very much. It's done.  :D