The page is not redirecting properly: Difference between revisions

From MozillaZine Knowledge Base
Jump to navigationJump to search
(use template for set pref, get this showing the categories better)
Line 23: Line 23:


Check that [[network.http.sendRefererHeader]] is set to 2:
Check that [[network.http.sendRefererHeader]] is set to 2:
 
{{EditPref|network.http.sendRefererHeader|2}}
* Type about:config in the Location Bar, press Enter.
* Find network.http.sendRefererHeader
* Right-click on it, click Reset.


==Bad website==
==Bad website==
The problem could simply be an error in the website's coding. Contact the webmaster for assistance.
The problem could simply be an error in the website's coding. Contact the webmaster for assistance.


[[Category:Issues (Firefox)]]
[[Category:Issues (Firefox)|Page is not redirecting properly]]
[[Category:Websites]]
[[Category:Websites|Page is not redirecting properly]]

Revision as of 00:35, 3 July 2007

Firefox will display an error titled "The page isn't redirecting properly" when a webpage redirects you in an endless loop. This page describes a few things to check for that may cause this problem.

Turn cookies on

  • Tools -> Options -> Privacy -> Cookies
  • Make sure "Accept cookies from sites" is checked.
  • Make sure the site you're trying to access in not in the Exceptions list.

Clear cookies

You may have data in your cookies that the site doesn't expect. To clear this data:

Firefox 1.5:

  • Tools -> Options -> Privacy -> Cookies
  • Click "Clear Cookies Now"

Firefox 2.0:

  • Tools -> Options -> Privacy -> Cookies -> Show Cookies...
  • Click "Remove All Cookies"

Enable referrer info

Check that network.http.sendRefererHeader is set to 2:

  1. Type about:config in the Location Bar
  2. Press Enter
  3. Find the preference name network.http.sendRefererHeader
  4. Double click on it. A dialog will appear.
  5. Enter 2 into the dialog.
  6. Press OK.

Bad website

The problem could simply be an error in the website's coding. Contact the webmaster for assistance.