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
-
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/
-
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.
-
Thanks that is a simple solution.