Open web browser prompt: This page contains a redirection loop that resolves

  

The page generated too many redirects. Clearing cookies from this site or allowing third-party cookies may resolve the issue. If this is not possible, it may be a problem with the server configuration, not a problem with your computer. Error 310 (net::ERR_TOO_MANY_REDIRECTS): Too many redirects. In fact, the browser has provided us with a solution to the problem.

The first step is to clear the website's cookies or allow third-party cookies. However, for the average user, you may not know how to clear the cookie. Note: This happens most of the time due to cookies or disabled cookies. Here are some ways for major browsers to clear cookies:

First, for the majority of IE users, click the IE icon, open IE browser, “Tools", open “Internet Properties” Dialog box, find as shown (do not check other options):


Click the delete button.

Second, for Firefox, open the browser, <;Tools”-“Options”-“Privacy", click “delete private cookies” Of course, you can also drop down and select “ never record history", so Firefox will not save the website cookie. You can also use the Custom History Settings ", so you can clear or set the cookie expiration date.

In addition, you can also select “Tools”-“Page Information”-“Security", so that you can view and clearly view the cookies of the current website.

Third, for Google Chrome (Chrome), <;Tools>-“Clear browsing data”-“delete cookies and other website data", which makes the website cookie clear.

If you use this method, the problem is still not solved, you can basically conclude that it is a problem with the configuration of the web server. Some webmasters redirected the URL example.com to www.example.com, which caused this issue due to a redirect error.

Finally, the introduction of WordPress upgrade to version 3.1 leads to too many redirects, so you can't enter the homepage.

This can be done by modifying any of the following files to resolve the issue of too many redirects on the home page. Both files are located in the wp_includes folder. First, for the modification of the canonical.php file, open the file with a text editor. The following statement can be found at the beginning of the comment:

function redirect_canonical( $requested_url = null, $do_redirect = true ) { modify true It is false.

Secondly, for the template-loader.php file, open the following code snippet:

if (defined('WP_USE_THEMES') && WP_USE_THEMES )do_action('template_redirect'); Delete this code or comment it out with PHP's comment symbol. You can comment out this code with a multi-line comment.

There is also a situation where there are too many redirects. But this is on the article and comment on this RSS page. Your blog was unable to receive updates from subscribers due to redirects. Most of this is due to the installation of the feedburner plugin. Uninstalling this plugin will solve the problem.

Copyright © Windows knowledge All Rights Reserved