Hi all.
I was reading with interest a post from Vodahost General about URL Cloaking (see below)
My question is this.
I have a page/s with say, four different merchants for which I am an affiliate. What is the procedure for cloaking the links to each merchant?
I am relatively new at this so please excuse if the question is dumb but I just dont get it at this stage.
Thanks in advance,
Glendene
27222
How to Redirect & Cloak a a url
permalink
Sometimes we want to redirect or cloak a url, the below code is very useful for these purposes.
Quote:
<META HTTP-EQUIV=Refresh CONTENT="0;URL=http://www.abc.com">
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.
I was reading with interest a post from Vodahost General about URL Cloaking (see below)
My question is this.
I have a page/s with say, four different merchants for which I am an affiliate. What is the procedure for cloaking the links to each merchant?
I am relatively new at this so please excuse if the question is dumb but I just dont get it at this stage.
Thanks in advance,
Glendene
27222
How to Redirect & Cloak a a url
permalink
Sometimes we want to redirect or cloak a url, the below code is very useful for these purposes.
Quote:
<META HTTP-EQUIV=Refresh CONTENT="0;URL=http://www.abc.com">
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.
Comment