Forum Moderators: phranque
I need some html code to redirect to ./exchange, with out checking how they are trying to access the site ( for ex if user type x.x.x.x , it should be redirected to x.x.x.x/exchange )
I am currently using this code which is not solving my purpose...
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>Outlook Web Access</title>
<meta http-equiv="REFRESH" content="0;url= [secondlevel.mydomainname.com...]
<BODY>
</BODY>
</HTML>
Thank you for any help here!
Cheers