I am fairly new to EE and have an easy question. I want to post a page that simply redirects my user to another website. We just switched our website to EE and We have a remote access server that our employees use and it works off a url from our old website that uses something like this.. http://www.mydomain.com/remote redirects to https://myvpn.mydomain.com On ou.r old website this was accomplished by a simple html page that used this piece of code.
<meta http-equiv=“Refresh” content=“0; url=https://myvpn.mydomain.com”>
Thanks for your help.
