Sometimes we want to redirect or cloak a url, the below code is very useful for these purposes.
1) Open up a new BlueVoda page
2) Right mouse click on the blank page and select Page HTML
3) Insert the above code "Between Head Tag" as shown below
4) Change the abc.com to your desired destination url
5) Name, Save and Publish
Your Done!
I created a page called sunflower, you can call it whatever you like.When I uploaded sunflower to my public_html folder the end result was the below url.
www.vodahost.com/sunflower.html
<META HTTP-EQUIV=Refresh CONTENT="0;URL=http://www.abc.com">
2) Right mouse click on the blank page and select Page HTML
3) Insert the above code "Between Head Tag" as shown below
4) Change the abc.com to your desired destination url
5) Name, Save and Publish
Your Done!
I created a page called sunflower, you can call it whatever you like.When I uploaded sunflower to my public_html folder the end result was the below url.
www.vodahost.com/sunflower.html
Comment