Wordpress Error - Page isn’t redirecting properly in Firefox

After upgrading Wordpress 2.02 to 2.5 version hosted in Yahoo, the following error appeared while trying to access my blog.

The page isn’t redirecting properly

Firefox has detected that the server is redirecting the request for this address in a way that will never complete.

And this got resolved after installing the disable canonical redirects plugin

<?php
/*
Plugin Name: Disable Canonical URL Redirection
Description: Disables the "Canonical URL Redirect" features of WordPress 2.3 and above.
Version: 1.0
Author: Mark Jaquith
Author URI: http://markjaquith.com/
*/
remove_filter(’template_redirect’, ‘redirect_canonical’);
?>

Bookmark this post:These icons link to social bookmarking sites where readers can share and discover new web pages.
  • connotea
  • del.icio.us
  • De.lirio.us
  • digg
  • Furl
  • NewsVine
  • Reddit
  • Spurl
  • YahooMyWeb

StumbleUpon It!

Leave a Reply