I'm using the below code to "cloak" my links, when I click one to test it, it seems to linger for a second, trying to connect to that "page" on my site, before actually loading the real link I supplied there. Any way I can load this all faster? I thought I heard that "0" in the code meant it won't sit there before it redirects, so I guess it's as fast as it will get? <html> <head> <meta http-equiv="refresh" content="0;URL=http://affiliatename.publisher.hop.clickbank.net"> </head> </html>
Yeah, content=0 means there is no waiting time, and it loads immediately. It's quite fast, and I don't know what you don't like about it. Try PHP redirect if you want.
Cheers, and thanks for the help before. I don't think I can use php though as I'm running windows and using Godaddy.