Quote:
Originally Posted by slobjones
I've been advised by the developer of my sitemap generator to not only institute a 301 Redirect from index.php to the root of my site, but to remove all references to index.php in my blog.
The thought is to remove all redundant references, thus maximizing SEO and making things simpler for Google.
Is this second step advisable, or is the Redirect sufficient?
Thanks.
|
I don't believe that you can do a redirect, because you'll create an endless loop for your server. Because "index.php" is the default page within a folder, redirecting the index.php path back to the "/" will only cause it to keep redirecting itself over & over.
What you need to do is try and find out where the "index.php" is being referenced in your blog system/template and modify if to point to the "/" only (removing the index.php from the path).