· Tutorial ·

How to redirect your web page without changing the URL address

We may need, for various reasons, to redirect our web page to another address, but the change of address is not reflected in the address bar of the browser.

We show you how to do this by uploading a simple file:

  • Open any text editor (for example, Notepad) and enter the following code:
<frameset rows="100%">
  <frameset cols="100%">
    <frameset src="http://Dominio-de-Destino.es" frameborder="0" scrolling="no">
  </frameset>
</frameset>
  • Modify the domain in the third line to the target domain.
  • Save this file with the name "index.html".
  • Finally, upload the file via FTP to your hosting service.

Remember that you will have to leave the file in the directory "datos/web/".

If you have any doubt about how to upload the file, consult our manual FTP account management.

i