Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter Goonar

    (@goonar)

    That’s the issue and I’m not giving it it’s own directory. It doesn’t work whether I put it in /0000 or its parent directory. Is it possible something went wrong with WordPress during the installation? Seems like a rare oddity…

    Thread Starter Goonar

    (@goonar)

    Ah, makes sense!

    When I go to Network Setup, it gives configurations steps of what to put in my wp-config and htaccess. There is where it says that the two files are located in two different places.

    Here’s a screen shot for clarification: http://screencast.com/t/qzEdRb5bA

    Thread Starter Goonar

    (@goonar)

    Which … it?

    Not following what you’re asking here.

    Here is my wp-config multisite section:

    /* Multisite */
    define( 'WP_ALLOW_MULTISITE', true );
    
    define('MULTISITE', true);
    define('SUBDOMAIN_INSTALL', false);
    define('DOMAIN_CURRENT_SITE', '0000.pharmacyne.com');
    define('PATH_CURRENT_SITE', '/');
    define('SITE_ID_CURRENT_SITE', 1);
    define('BLOG_ID_CURRENT_SITE', 1);

    Thanks

    Thread Starter Goonar

    (@goonar)

    Sorry, should’ve read over. I created a subdomain in GoDaddy and installed the WP into 0000.mydomain.com. The links I was provided by wordpress to access my wp-admin’s were as such:

    0000.mydomain/v1/wp-admin
    0000.mydomain/v2/wp-admin
    0000.mydomain/v3/wp-admin

    all of which give me an error 500.

    0000.mydomain.com/wp-admin does work.

    That’s actually what my htaccess looks like. It’s what was there after my initial WP installation.

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