x

Redirect from my weebly site to another address

Hi, 

I would like to a user to type in a url linked to my weebly address but for them to be re-directed to a Google Maps page for example: 

User types in:   https://<myweeblywebpage.com/ourmap     - but they are re-direct to a https://google.com/maps/<mymaps>

This is like the functionality of tinyurl.com where the user types in a tinyurl.com/<unique_key> and gets re-directed to a page. However, I would like to use our weeebly URL which is more personal than the tinyurl url ! 

Is this possible please? 

Cheers, 

Mike 

300 Views
Message 1 of 2
Report
1 REPLY 1

You can use a meta refresh tag in the Header Code field for that specific page to do it. Just replace the destination URL in this code:

<meta http-equiv="refresh" content="0;URL='https://google.com/'" />

280 Views
Message 3 of 2
Report