|
View previous topic
::
View next topic
|
| Author |
Message |
tykoon
Joined: 06 Jun 2004
Posts: 29
|
Posted: Thu Aug 05, 2004 2:25 pm
Post subject: Links
|
|
|
I really like the way the outgoing links from this site are constructed. Not just because they hide the affiliate details but because they look much neater then a huge long link.
Can anyone tell me how they are constructed?
tykoon _________________ Discover the Benefits of Green Tea. |
|
| Back to top |
|
 |
robertb
Joined: 09 Aug 2003
Posts: 1837
Location: Columbus, OH
|
|
| Back to top |
|
 |
AllanGardyne
Site Admin
Joined: 02 Jul 2003
Posts: 6302
Location: by the beach, Australia
|
Posted: Fri Aug 06, 2004 12:44 am
Post subject:
|
|
|
Yes, I use .htaccess redirects.
Here's an article I wrote a while ago explaining why I use them...
"Why .htaccess redirects are better than meta refreshes"
http://www.associateprograms.com/search/newsletter205.shtml#a6
The article includes includes links for more info.
Reading that will help understand the background, and the links
describe in detail how to use .htaccess redirects.
Basically, you upload one plain text file into the ROOT directory
and place all your affiliates links in that one file, with the redirect names
you've chosen for each one.
To start with, name the file
htacess.txt
Upload it to the root directory.
Then RENAME it .htaccess
(with a dot in front of the name and no suffix)
Part of my .htaccess file looks like this...
Redirect /buildit http://makemy.sitesell.com/buildit
Redirect /cb http://zzz.clickbank.net/r/?assoc
Redirect /cheaphost http://www.newwebsite.com/cheaphost
Redirect /chuck http://www.affiliatemistakes.com/c.pl/assoc
.... so in the newsletter and on the web site I can use the simple
short link http://www.AssociatePrograms.com/buildit
and that will redirect automatically to the affiliate link:
http://makemy.sitesell.com/buildit
The really useful thing about this system is that if the merchant
changes the affiliate links and you have dozens of the links strewn
all over your site, you have to make only ONE quick change to the
htaccess file, and Hey Presto! you've changed every affiliate link. _________________ Allan Gardyne
AssociatePrograms.com - You're here. Explore it! |
|
| Back to top |
|
 |
dcristo
Joined: 23 Jun 2004
Posts: 471
Location: Sydney, Australia
|
Posted: Fri Aug 06, 2004 8:59 am
Post subject:
|
|
|
| Thanks for that bit of info Allan I had been wanting to know how to shorten affiliate links for a while! |
|
| Back to top |
|
 |
tykoon
Joined: 06 Jun 2004
Posts: 29
|
Posted: Fri Aug 06, 2004 10:10 am
Post subject:
|
|
|
Yeah, thanks very much Alan. Great information.
tykoon  _________________ Discover the Benefits of Green Tea. |
|
| Back to top |
|
 |
john2698
Joined: 08 Nov 2003
Posts: 709
|
Posted: Wed Sep 01, 2004 10:30 pm
Post subject:
|
|
|
| AllanGardyne wrote: | Yes, I use .htaccess redirects.
|
[Extensive quoting of previous message deleted. Admin.]
Don't you find that it takes alot of time to do this for every single program that you have listed. _________________ Affiliate Programs Directory - Over 2,000 Programs
140+ Affiliate Networks - Lists some of the best networks online |
|
| Back to top |
|
 |
Glennys
Joined: 01 Oct 2003
Posts: 51
|
Posted: Thu Sep 02, 2004 8:24 pm
Post subject:
|
|
|
| Quote: | | Don't you find that it takes alot of time to do this for every single program that you have listed. |
I use .htaccess redirects as well, and the beauty of using them is that they save time if the merchant makes changes. Instead of having to change several links throughout the site, I just have to make one change in the .htaccess file.
It might take a while to set the system up if you've got several hundred affiliate links throughout your site but once it's up and running you it's only a matter of minutes to add a new link to the file whenever you add a new merchant. _________________ Glennys Faulds
LifetimeCommissions.com
PayPerClickSearchEngines.com
AssociatePrograms.com |
|
| Back to top |
|
 |
Eugen
Joined: 27 May 2004
Posts: 217
|
Posted: Tue Sep 07, 2004 10:13 pm
Post subject:
|
|
|
If you want the affiliate link to be shown in the status bar, you can try this:
<a href="http://www.mechantsite.com\product.htm" onMouseOver="window.status=?Write here what you want to appear in the status bar'; return true">Buy Product here</a>
The blue text is the url of the page with the product
The green text is the attribute that makes the URL not visible in the status bar.
The red text is the actual text that you click on the page.
This thing works, but I don?t know what Search Engines think about it. There shouldn?t be any problem. It is a simple piece of html that is not designed to trick google.
Eugen |
|
| Back to top |
|
 |
| View previous topic :: View next topic |
|