Koozali.org: home of the SME Server

Obsolete Releases => SME Server 7.x => Topic started by: Seeker on March 23, 2006, 10:25:48 PM

Title: Changing default domain to webmail
Post by: Seeker on March 23, 2006, 10:25:48 PM
I don't use SME as a web server but I do use it for webmail, is there a way to change the default domain to go directly to the webmail?

e.g. http://domain.com/ resolves to http://domain.com/webmail/
Title: Changing default domain to webmail
Post by: jfarschman on March 24, 2006, 10:46:14 PM
Seeker,

  Sure... modify the index.html file in the primary ibay to refresh to the web page.  I would do with a meta refresh

<meta http-equiv="refresh" content="0; url=https://www.yourdomain.com/webmail/">

Hope this helps.
Title: Changing default domain to webmail
Post by: Seeker on March 24, 2006, 10:52:13 PM
Thanks that is a simple solution.