Koozali.org: home of the SME Server

Webmail access

Offline carolus555

  • *
  • 8
  • +0/-0
Webmail access
« 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.

Offline mark_s_tt

  • **
  • 37
  • +0/-0
Webmail access
« Reply #1 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.

Offline carolus555

  • *
  • 8
  • +0/-0
Webmail access
« Reply #2 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