Luckyv2
02-03-2008, 12:39 PM
This might be a good spot for this....
A friend turned me onto this one to help improve you indexing for crawlers another SEO tool :)
This would be to you .htaccess file
RewriteEngine On
RewriteCond %{HTTP_HOST} !^www\.funinsobriety\.com [NC]
RewriteCond %{HTTP_HOST} !^$
RewriteRule ^(.*) http://www.funinsobriety.com/$1 [L,R=301]
RewriteCond %{REQUEST_METHOD} GET
RewriteCond %{THE_REQUEST} "T /index.html"
RewriteCond %{QUERY_STRING} ^$
RewriteRule .* http://www.funinsobriety.com/? [L,R=301]
Just change the thing to fit your site if you are using .php than change that instead of the .html Okie Dokie
A friend turned me onto this one to help improve you indexing for crawlers another SEO tool :)
This would be to you .htaccess file
RewriteEngine On
RewriteCond %{HTTP_HOST} !^www\.funinsobriety\.com [NC]
RewriteCond %{HTTP_HOST} !^$
RewriteRule ^(.*) http://www.funinsobriety.com/$1 [L,R=301]
RewriteCond %{REQUEST_METHOD} GET
RewriteCond %{THE_REQUEST} "T /index.html"
RewriteCond %{QUERY_STRING} ^$
RewriteRule .* http://www.funinsobriety.com/? [L,R=301]
Just change the thing to fit your site if you are using .php than change that instead of the .html Okie Dokie