• Hello,

    I reinstalled WP in order to create a network of sites. Step by step I followed the instructions:
    – added in wp_config : define(‘WP_ALLOW_MULTISITE’, true);
    – In the admin panel I chose for a network with subdirectories.
    – added the code requested. Now I have the following :

    */
    $table_prefix = ‘wp_’;
    define(‘WP_ALLOW_MULTISITE’, true);
    define( ‘MULTISITE’, true );
    define( ‘SUBDOMAIN_INSTALL’, false );
    $base = ‘/’;
    define( ‘DOMAIN_CURRENT_SITE’, ‘www2.bestsorting.com’ );
    define( ‘PATH_CURRENT_SITE’, ‘/’ );
    define( ‘SITE_ID_CURRENT_SITE’, 1 );
    define( ‘BLOG_ID_CURRENT_SITE’, 1 );

    as well as copy/paste of the unique authentification keys

    /* That’s all, stop editing! Happy blogging. */

    – Then when I create the web.config file with the requested code (copy/paste from the admin panel), I haven’t access to anything anymore. When I delete this file I have access to the super admin panel. Should I modify something in the code ?

    – when I create a new site, I have no access nor to the site, nor to the dashboard
    – on the root site, I only have access to the homepage. When I click further I have 404 error

    => there should be an error in the rewrite rules
    => should I install WP in each subdirectories ?
    => the main site is not in a subdirectory. Is this correct?

    Could someone help me

Viewing 4 replies - 1 through 4 (of 4 total)
  • So you’re on a windows or IIS server?

    see this thread:
    http://ww.wp.xz.cn/support/topic/418215?replies=25#post-1581102

    I get a “310 (net::ERR_TOO_MANY_REDIRECTS):” after installation and I canät access the site. I use linux.

    I am having the same problem as brigitte. running apache (xampp), on windows. i am also opting for network with subdirectories. creating htaccess file and copying and pasting whatever is required in it.

    The network is installing well and everything. I am also able to create a new site.

    BUT, when I create a new site, I cannot visit it, access its dashbord, add a theme to it, etc…

    When I try to visit it or access the dashboard, I get the following error:

    Object not found!

    The requested URL was not found on this server. The link on the referring page seems to be wrong or outdated. Please inform the author of that page about the error.

    If you think this is a server error, please contact the webmaster.

    Error 404

    It seems useless to add a new site but cannot use it! Been re-installing wordpress and googling the problem, to no avail. Anyone hit that same wall??!!

    You have to fix Apache settings. It’s not WordPress.

    Go set up pretty permalinks on the main site – I bet they don’t work either.

    apache in Xampp isn’t reading the htaccess file, thus – no blogs. Add

    AllowOverride FileInfo Options

    in the vhost entry.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Network with subdirectories failed’ is closed to new replies.