![]() |
hide affiliate codes ? .htaccess ??
Is there a way in .htaccess pick out certain urls in a page (affiliate links) and some how make them appear clean urls?
example: lets say http://www.gfy.com?myaccount could actually look like http://www.gfy.com to the surfer ? |
You could use mod_rewrite, mouseovers, javascript etc.
For quick and dirty just use mouseovers. That'll take care of 95% of your users (those running IE). |
JAvASCRIPT DAWG! USE IT
Code:
<a onMouseOver='window.status="http://www.someurl.com/"; |
I always disguise my affiliate links with .htaccess
Ex: RewriteRule ^movies/full_length_porn.wmv$ http://www.affiliate.com?code Then I link to mydomain.com/movies/full_length_porn.wmv Also suggest blocking spiders accessing /movies , in your robots.txt |
do you think it really makes a difference?
|
is this an old thread?
oh well, is there a quick solution for that? than using this code? Code:
<a onMouseOver='window.status="http://www.someurl.com/"; |
He gave you the solution and now you fear too much work ... :)
|
what for? arent you proud youre promoting something? heh heh
|
anyone has samples for a complete mod_rewrite rule ?
|
All times are GMT -7. The time now is 09:53 PM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123