• Resolved Jesse Dictor

    (@jesse-dictor)


    I am going through the steps of installing a subdomain multi-site. I have just finished installing the *.mysite.com in cpanel. I install. My next step is to go to the upper right corner of my wp-admin. I click network admin, and I get:

    Error 310 (net::ERR_TOO_MANY_REDIRECTS): There were too many redirects.

    I have yet to install mapping. I have searched the forum to find solutions, and none of them seem to be working for me. I have since closed the links. Allow me to write out changes in my wordpress wp-config.php and .htaccess .

    wp-config.php

    define('WP_ALLOW_MULTISITE', true);
    define('MULTISITE', true);
    define( 'SUBDOMAIN_INSTALL', true );
    $base = '/';
    define( 'DOMAIN_CURRENT_SITE', 'www.iwishiwasbeautiful.com' );
    define( 'PATH_CURRENT_SITE', '/' );
    define('SITE_ID_CURRENT_SITE', 1);
    define('BLOG_ID_CURRENT_SITE', 1);

    .htaccess

    # BEGIN WordPress
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ - [L]

    # uploaded files
    RewriteRule ^files/(.+) wp-includes/ms-files.php?file=$1 [L]

    RewriteCond %{REQUEST_FILENAME} -f [OR]
    RewriteCond %{REQUEST_FILENAME} -d
    RewriteRule ^ - [L]
    RewriteRule . index.php [L]
    # END WordPress

    I have no plugins running. Its a new site, just installed. The subdomains are working. It still doesn’t work if I remove my htaccess. I assume its something silly. Thank you for your time.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    🏳️‍🌈 Advisor and Activist

    Error 310 (net::ERR_TOO_MANY_REDIRECTS): There were too many redirects.

    I’ve mostly seen that when you have an inconsistency with http://www.domain.com and domain.com…

    http://www.iwishiwasbeautiful.com/wp-admin and http://iwishiwasbeautiful.com/wp-admin are 404s, though…

    Thread Starter Jesse Dictor

    (@jesse-dictor)

    I explored that option. I encountered that many times from custom made cms’es.

    I decided to attempt a re-install, i noticed that when I was making that should crash wordpress in the database it wasn’t responding. I reinstalled and everything is working fine. I’m thinking I was having a database issue.

    Hi, I have the same problem, Erro 310 when I click on Update Network or Admin – Network Admin

    I just upgrade from WordPress MU 2.9 to WP 3.2.1 with the help of Ipstenu. Everything work fine except this issue and also something strange, I don’t have access to the sub-menu in Plugins, then can’t install or uninstall new plugins.

    I guess changed the wp-config and .htaccess correctly but may be I missed something. Really have no idea…

    Please have a look on :

    – my wp-config (copy in txt format for reading) here
    – and my htaccess

    if you think it can help (me and the developers I hope).

    Thanks for any help.

    PS also I tried the issu with the www suggested by Ipstenu but nothing changed.
    I deleted the coockies of this specific site too but no success.
    I use Chrome.

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    🏳️‍🌈 Advisor and Activist

    zedrino – Please make a new topic. This one is marked resolved by the OP.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Error 310 and Network Admin (before installing mu)’ is closed to new replies.