![]() |
Anyway of doing a php redirect and not have it pass the referral url?
I have the domain www.cleogoodstuff.com that send all my exit site traffic to.
I've put a php redirect there so that it loads my mainstream blog. Code:
|
Hows about something like:
HTML Code:
<html> fg |
I thought about doing a JavaScript timed redirect. Also thought about doing a page with an RSS feed like I had before with my old blogs.
But actually it looks like my fear was unfounded anyway as it looks like the adult referrals only show up in my server stats and are not listed as links in Google. |
This may help by spoofing the referrer!!!
PHP Code:
|
Quote:
http://floridaoutdooradventures.info/test.php |
This work although it is kind of a brute force approach and involves a third party website.
Code:
. |
One thing to consider is setting up an https site just to use for all your redirect links. Since browsers aren't allowed to pass a referring URL from an HTTPS server to an HTTP server that should take care of the problem.
. |
Quote:
I see one needs to buy a SSL certificate. Not sure I want to spend $70 a year on one. |
I was thinking you could use a self-signed certificate since the domain would only be used by you and only for redirecting clicks. You won't have ecommerce transactions occurring on that domain.
But I'm not sure, now that I think about it, that a surfer's browser might not pop a warning message about it not being a signed Certificate Authority certificate. If someone has a testing server and some free time, this could be worth knowing for sure. But until then I'm not suggesting it's a workable solution since there might be device/system/browser combinations where it won't do what you want. :) |
Also, I don't know who you use for domain registrations, but NameCheap has some reasonably-priced ($10/year) SSL certificates. Comodo, GeoTrust and Thawte are available...
http://www.namecheap.com/ssl-certificates/comodo.aspx . |
Quote:
|
Code:
|
That's how I did it before I learned about using php redirects.
Guess I was making things too complicated. |
Quote:
|
All times are GMT -4. The time now is 10:17 AM. |
Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
© Greenguy Marketing Inc