Welcome to the GoFuckYourself.com - Adult Webmaster Forum forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact us.

Post New Thread Reply

Register GFY Rules Calendar Mark Forums Read
Go Back   GoFuckYourself.com - Adult Webmaster Forum > >
Discuss what's fucking going on, and which programs are best and worst. One-time "program" announcements from "established" webmasters are allowed.

 
Thread Tools
Old 01-30-2006, 03:37 AM   #1
V_RocKs
Damn Right I Kiss Ass!
 
Industry Role:
Join Date: Dec 2003
Location: Cowtown, USA
Posts: 32,409
modrewrite problem (wordpress feeds)

Occasionally I get my feed as the google result:

http://www.google.com/search?q=plane...&start=20&sa=N

Rhino's Girls - Teen Solo Models
File Format: Unrecognized - View as HTML
... Movies Big Tits Teens http://www.rhinosgirls.com/2006/01/2...ooke-big-tits/
http://www.rhinosgirls.com/2006/01/2...big-tits/feed/ ...
www.rhinosgirls.com/feed/ - Similar pages

And the user is being sent to:
http://www.rhinosgirls.com/feed/

How can I use mod rewrite to check the referrer for google and if found, remove the /feed/ from the URL?

(so that anyone coming in without being referrered by google still gets the regular feed.)
V_RocKs is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 01-30-2006, 03:43 AM   #2
BlazingBucks_Ryan
Confirmed User
 
Join Date: Dec 2005
Posts: 203
If you're still having the problem in 6-7 hours drop me a line, getting ready to head off to bed now ... Sure I could figure that out though

Try googling apparent phrases.. Also wp's support forum as starting points. If that doesn't work do a google search along the lines of 'spider url specific redirects'

GL
__________________
BLAZING BUCKS - Leading The Fight Against Saturation!
1000's Of Pics For Your TGP Submissions, Pre-Built Free Sites, and Dynamically
Changing Tours Assuring Your Traffic Is ALWAYS Converting The Best It Possibly Can!

ICQ : 253483920 or [email protected]
BlazingBucks_Ryan is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 01-30-2006, 05:06 AM   #3
V_RocKs
Damn Right I Kiss Ass!
 
Industry Role:
Join Date: Dec 2003
Location: Cowtown, USA
Posts: 32,409
All anyone is talking about with the keywords I am searching on is:

Redirecting using 301... not helping me...
Feed not working... mine works (to well)

I just need to remove /feed/ from the URL when google is the referrer.
V_RocKs is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 01-30-2006, 05:20 AM   #4
Scotty.T
Confirmed User
 
Join Date: Nov 2004
Location: Scotland
Posts: 1,062
Do a search for fusker on here. I think there was thread 2-3 weeks ago with people trying to redirect that traffic.
__________________
.
Scotty.T is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 01-30-2006, 06:15 AM   #5
Scotty.T
Confirmed User
 
Join Date: Nov 2004
Location: Scotland
Posts: 1,062
Just had a look at the thread I was thinking of

http://www.gfy.com/showthread.php?t=...ghlight=fusker

Code:
RewriteEngine on
RewriteCond %{HTTP_REFERER} ^http(s)?://(www\.)?google.com.*$ [NC]
RewriteRule .* www.rhinogirls.com/ [L]
If you do that, it will redirect all google traffic though, so probably not what you want.
__________________
.
Scotty.T is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 01-30-2006, 06:48 AM   #6
V_RocKs
Damn Right I Kiss Ass!
 
Industry Role:
Join Date: Dec 2003
Location: Cowtown, USA
Posts: 32,409
Quote:
Originally Posted by Scotty.T
Just had a look at the thread I was thinking of

http://www.gfy.com/showthread.php?t=...ghlight=fusker

Code:
RewriteEngine on
RewriteCond %{HTTP_REFERER} ^http(s)?://(www\.)?google.com.*$ [NC]
RewriteRule .* www.rhinogirls.com/ [L]
If you do that, it will redirect all google traffic though, so probably not what you want.
Quote:
RewriteCond %{HTTP_REFERER} ^http(s)?://(www\.)?google.com.*$ [NC]
RewriteRule ^(.+)?(/)?(feed|rdf|rss|rss2|atom)/?$ /$1 [QSA,L]
That is what I ended up with... seems to work... going to have to make some changes for google in other countries though
V_RocKs is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 01-30-2006, 07:12 AM   #7
Scotty.T
Confirmed User
 
Join Date: Nov 2004
Location: Scotland
Posts: 1,062
Good. I'll have a proper play with this later on myself.
__________________
.
Scotty.T is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 01-30-2006, 07:57 AM   #8
V_RocKs
Damn Right I Kiss Ass!
 
Industry Role:
Join Date: Dec 2003
Location: Cowtown, USA
Posts: 32,409
Code:
RewriteCond %{HTTP_REFERER} ^http(s)?://(www\.)?google.(.+).*$ [NC]
RewriteRule ^(.+)?(/)?(feed|rdf|rss|rss2|atom)/?$ /$1 [QSA,L]
Seems to fix the issue of other contries too...
V_RocKs is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Post New Thread Reply
Go Back   GoFuckYourself.com - Adult Webmaster Forum > >

Bookmarks
Thread Tools



Advertising inquiries - marketing at gfy dot com

Contact Admin - Advertise - GFY Rules - Top

©2000-, AI Media Network Inc



Powered by vBulletin
Copyright © 2000- Jelsoft Enterprises Limited.