Firefox error: The page isn't redirecting properly

When a page redirects you to an infinite redirect, Firefox will display the error: The page isn't redirecting properly.
To solve this problem, try removing all active redirects from your site (Control Panel - Redirect) and make sure that the redirect is not listed in the index file. If these steps do not work, try disabling the .htaccess file by renaming it or deleting its contents and check if the problem is resolved.

  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

Domain has status redemption period / pending delete

The domain is scheduled for deletion, so its validity period has expired and it has not been...

Help, the cron is not working

If you run a job through PHP, for example php -f /home/username/public_html/file.php and you...

My Wordpress has been hacked, how do I reset my admin password?

If your Wordpress password has been changed to an unknown value, you can always change it by...

#1064 - You have an error in your SQL syntax

Error 1064 occurs when MySQL version does not match. The simplest solution is to enable...

How can I turn off PHP error output?

To disable error output in your script, use: error_reporting (0); Remember that you need to...