June 24, 2010
1. redirect index.php to your main page RewriteBase / RewriteCond %{THE_REQUEST} ^[A-Z]{3,9}\ /index\.php\ HTTP/ RewriteRule ^index\.php$ http://www.yoursite.com/ [R=301,L] 2. use canonical tag properly, so for http://www.yoursite.com/my-list-of-products?orderby=name&orderway=desc […]