• Resolved jimmy5804

    (@jimmy5804)


    I have my wordpress install directly in DocumentRoot (i.e. DocumentRoot/wp-content etc.). When I finish the multisite install, the wp-config text it gives me is :

    define(‘MULTISITE’, true);
    define(‘SUBDOMAIN_INSTALL’, false);
    $base = ‘/’;
    define(‘DOMAIN_CURRENT_SITE’, ‘mydomain.com’ );
    define(‘PATH_CURRENT_SITE’, ‘/’);
    define(‘SITE_ID_CURRENT_SITE’, 1);
    define(‘BLOG_ID_CURRENT_SITE’, 1);

    When I try to create additional blogs as sub-directories, the new tables are created, but the blogs are not accessible. This has probably has something to do with the “wordpress can’t have its own directory” clause but I don’t understand what that means (since you can’t install wordpress *outside* of a directory). Help?

Viewing 1 replies (of 1 total)
  • Thread Starter jimmy5804

    (@jimmy5804)

    For anyone else with the same issue, this appears to have been the result of apache not having been configured to handle .htaccess properly.

Viewing 1 replies (of 1 total)
  • The topic ‘noob sub-directory question’ is closed to new replies.