Forum Moderators: phranque
I am trying to set up a webmail service, but in order for it to work it need to use port 8000 instead of port 80.
I have been able to make it work with a simple htmp redirect
<html>
<HEAD>
<META HTTP-EQUIV=REFRESH CONTENT="2;URL=http://mail.thisdomain.com:8000">
</HEAD>
<body>
<p>Please Wait While You Are Redirected To The WebMail Service.</P>
</body>
</html>
I'm wondering if there isn't a better way of doing this and also I'd like to hide the port number.
Redirect permanent / [domainname.com:8000...]
<added>Should have asked what type of server you were using...</added>