My problem is as follows,
I want to add / email the url that was typed into the browser and redirect to this new url. I am using IIS from windows server 2012. The site accepts more than one host.
For example in the same site I accept the host webmail.joao.com.br, webmail.kaina.com.br, webmail.vicor.com.br.
I wanted this redirection to be done by adding "/ emailx" to the host that was typed and that the address does not show the path, just what was typed originally.
Currently I use the following code, but can only redirect to a single URL:
<frame src="http://webmail.velmo.com.br/MEWebmail"frameborder="0" scrolling="no">