View Single Post
Old 01-12-2010, 07:15 AM  
HerPimp
Confirmed User
 
HerPimp's Avatar
 
Industry Role:
Join Date: Mar 2006
Location: Earth
Posts: 1,197
Quote:
Originally Posted by Dating Port View Post
A normal htaccess redirect will affect how the SE's view and list your pages. You have to create a folder with it's own htaccess file in it and point all your outgoing links to that folder. The page remains the same with the exception of the outlinks (no follow works with this to stop the SE's from hitting your redirects).

Example:

Say IO created a folder called GFY.
htaccess file inside should read:

Redirect 301 http://yoursite.com/GFY/index.htm http://whateversite.com

Your page links you want to redirect should point to http://yoursite.com/GFY/

You can also take advantage of this page by turning it into a country sort at the same time by using this code instead of the previous example:

RewriteEngine On
RewriteCond %{ENV:GEOIP_COUNTRY_CODE} ^(RU|PL)$
RewriteRule ^(.*)$ http://whateversite.com [L]
Redirect 301 http://yoursite.com/GFY/index.htm http://whateversite.com


Hope this works for you.
Thanks for the tip!

Drop the new .htaccess file in the folder with nice search engine listing. Add "no follow" to meta tags and it should be a clean redirect?
__________________
HerPimp is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook