Hotlink hijack

Wednesday, November 12th, 2008

So you get annoyed because too many people hotlink your images? Well here is a little solution. We just hijack those requests to display advertisement for our own page whenever someone requests your images from a remote page. We do this using .htaccess! ust put the following code into your ...

302 or 301 Redirects ?

Wednesday, November 12th, 2008

This is basicially very simple. The numbers reflect the HTTP response code where 301 tells a Robot such as the Google Spider that a site is permanently redirected and any juice such as PageRank should be forwarded to the new location. A 302 redirect however, is just a temporary redirect ...