The MU forums have moved to WordPress.org

redirect loop error while install (8 posts)

  1. bupradeep
    Member
    Posted 14 years ago #

    Redirect Loop

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

    The browser has stopped trying to retrieve the requested item. The site is redirecting the request in a way that will never complete.

    * Have you disabled or blocked cookies required by this site?
    * NOTE: If accepting the site's cookies does not resolve the problem, it is likely a server configuration issue and not your computer.

  2. andrea_r
    Moderator
    Posted 14 years ago #

    Need more details.

    How did you install it? What process did you use?
    Where on the server did you install it?
    At what point in the install process did you get this message?

  3. erickstyle
    Member
    Posted 14 years ago #

    Here also the error of endless redirection

    soon after the installation

    http://www.storm-team.com.br/stormkut/wp-signup.php?new=storm-team.com.br

    /** The Database Collate type. Don't change this if in doubt. */
    define('DB_COLLATE', '');
    define('VHOST', 'yes');
    $base = 'blogs';
    define('DOMAIN_CURRENT_SITE', 'www.storm-team.com.br/' );
    define('PATH_CURRENT_SITE', 'stormkut/' );
    define('SITE_ID_CURRENT_SITE', 1);
    define('BLOGID_CURRENT_SITE', '1' );

    sorry for google translator

  4. bupradeep
    Member
    Posted 14 years ago #

    1) I extracted the wordpress-2.7.1 zip file
    2) uploaded all file in /blogs directory inside root directory
    3) given the url with the http://www.domain.com/blogs/

    this is my config file

    /** The Database Collate type. Don't change this if in doubt. */

    define('DB_COLLATE', '');

    define('VHOST', 'yes');

    $base = 'blogs';

    define('DOMAIN_CURRENT_SITE', 'www.snehidhi.minveli.com/' );

    define('PATH_CURRENT_SITE', 'blogs/' );

    define('SITE_ID_CURRENT_SITE', 1);

    define('BLOGID_CURRENT_SITE', '1' );

    now i am getting

    Redirect Loop

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

    The browser has stopped trying to retrieve the requested item. The site is redirecting the request in a way that will never complete.

    * Have you disabled or blocked cookies required by this site?
    * NOTE: If accepting the site's cookies does not resolve the problem, it is likely a server configuration issue and not your computer.

  5. andrea_r
    Moderator
    Posted 14 years ago #

    The config file is automatically made by WPMU when you install. Did you let it do that? (yes or no :) )

  6. bupradeep
    Member
    Posted 14 years ago #

    Yes now i could install wpmu.

    thanks

  7. bruinkid888
    Member
    Posted 13 years ago #

    hi andrea_r,

    when you said wp-config.php is automatically made by WPMU, did you mean:

    1. in wp-config-example.php, enter database name and username/password,

    change the default in wp-config-example.php

    define('DB_COLLATE', '');
    define('VHOST', 'VHOSTSETTING');
    $base = 'BASE';
    define('DOMAIN_CURRENT_SITE', 'current_site_domain' );
    define('PATH_CURRENT_SITE', 'current_site_path' );
    define('SITE_ID_CURRENT_SITE', 1);
    define('BLOGID_CURRENT_SITE', '1' );

    to

    define('DB_COLLATE', '');
    define('VHOST', 'no');
    $base = '/';
    define('DOMAIN_CURRENT_SITE', 'mycompanyname.com' );
    define('PATH_CURRENT_SITE', 'blogs/' );
    define('SITE_ID_CURRENT_SITE', 1);
    define('BLOGID_CURRENT_SITE', '1' );

    and,

    do not rename wp-config-example.php and just ftp this changed wp-config-example.php ?

    In addition, we should NOT ftp the .htaccess.dist, right?

    all in all, do not ftp wp-config.php, right?

  8. tmoorewp
    Member
    Posted 13 years ago #

    No, do not edit any of the files you download. You FTP all of the files to your server and they are changed during the install.

    See my post in your other thread for more.

About this Topic

  • Started 14 years ago by bupradeep
  • Latest reply from tmoorewp