Click the link

Status
Not open for further replies.

Mike

New member
Jun 27, 2006
6,777
116
0
51
On the firing line
Click the link - Nevermind

I like Boobies!

Okay, here is the image that link was supposed to take you to. I only left the link up, so the following comments make more sense.

jessica013.jpg
 
Last edited:


how do you get a .jpg file to redirect like that?

You could add this in .htaccess
Code:
addtype application/x-httpd-php .jpg
And then you could make a php file and save it as .jpg and write this in it
PHP:
header("Location: whatever");

Or you could do the redirect directly in .htaccess
Code:
Redirect 301 /whatever.jpg http://something
 
seems like a good idea to take advantage of some traffic from google images
 
I think he was talking about one of the chicks that the link ended up redirectly everyone to.

My bad. I was being lazy and didn't want to actually upload the image to one of my hosts and link to it, so I figured that I would just provide the link directly to the image.

Bad SEO_Mike BAD!

*smacks self in head repeatedly*
 
Status
Not open for further replies.