Do I need to add 301 redirects when using htaccess to prettify a URL – SEO
I use this simple rule to remove index.php from my site's URLs : RewriteRule ^.*$ ./index.php So that http://example.com/index.php/user/me becomes http://example.com/user/me. Do I need to add [R=301] to avoid 'content duplication' issues from an SEO point of view?