Does anyone have the htaccess code from portalfeeder blog ?

Does anyone have this code ?
 
Cant find it !
 
Last edited:
Still cant find this code can anyone help me ?
 
Well found the code here it is :


<ifmodule mod_rewrite.c>
RewriteEngine on
RewriteBase /
Rewntecond %{HTTP_host} !^www\. portalfeeder\. com$
RewnteRule ^(.*)$ http://www. portalfeeder.com/$1 [R=301,L]
Rewntecond %{THE_REQUEST} ^[A-Z]{3,9}\ /(([^/]+/)*)index\.html\ HTTP/
RewriteRule index\.html$ http://www.portalfeeder.com/%1 [R=301,L]
</ifmodule>

Change the portalfeeder to whatever your domain is !
 
You'll be fine without modifying the htaccess. Can you imagine all those websites modifying them just for Google? Google is a search engine, and search engines service websites, not the other way around.

In addition, each htaccess rule cost loading time, even if just a milisecond. Can Google really expect everyone to add in those rules and slow down their own websites just because it doesn't like duplicate content?

My advice - don't worry about it. Not worth editing the file. Google must have taken them into account in their algorithm already.
 
Ya I was freaken out after that video someone please close this post !
 
Back
Top