Error 404 not found with multisite

  • Unknown's avatar

    Hi,

    I am new and will be submitting my first post.

    I have installed wamp server on my PC and managed to create the database and install wordpress.

    Then I wanted to enable MULTISITE using sub-directories and not subdomains.

    I modified my wp-config.php in C:wampwwwwordpress and added the following lines as suggested:

    define(‘WP_DEBUG’, false);
    define(‘WP_ALLOW_MULTISITE’, true);

    define(‘MULTISITE’, true);
    define(‘SUBDOMAIN_INSTALL’, false);
    define(‘DOMAIN_CURRENT_SITE’, ‘localhost’);
    define(‘PATH_CURRENT_SITE’, ‘/wordpress/’);
    define(‘SITE_ID_CURRENT_SITE’, 1);
    define(‘BLOG_ID_CURRENT_SITE’, 1);

    I login into localhost/wordpress/wp-admin and I get the network admin interface. Then I then created a new site called atech7 under wordpress.

    Then when I try to access the dashboard on atech7 (http:/localhost/wordpress/atech7/wp-admin), I get the following error:

    ——————————————————————————-
    [localhost]
    Not Found
    The requested URL /wordpress/atech7/wp-admin/ was not found on this server.
    Apache/2.4.9 (Win32) PHP/5.5.12 Server at localhost Port 80
    ——————————————————————————-

    I noticed that even though the atech7 wordpress site has been created in the wordpress network admin dashboard, there is no atech7 sub-directory in the wamp server.

    What am I doing wrong?

    Thanks

    Best regards

    Ipnotech

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    @ipnotech

    You’ve reached support for the free blogs hosted at WordPress.com. The site you’ve indicated is running a self-hosted/installed version of WordPress (using the free WordPress.org software).

    To clear up any confusion, WordPress.com and WordPress.org are two different entities. You can read more about that here:

    WordPress.com vs. WordPress.org

    Since your site is self-hosted with a different provider, support staff at WordPress.com do not have access to your site’s files or the ability to provide support for your current issue.

    You can find support for your self-hosted WordPress site here:

    http://wordpress.org/support/

    http://codex.wordpress.org/

    If you need professional help for your self-hosted WordPress site, please check out:

    http://jobs.wordpress.net/

    You may also wish to contact your host’s support team for more assistance.

    In regard to your issue, the following page may be of assistance:

    http://codex.wordpress.org/Common_WordPress_Errors

    If you have any questions regarding WordPress.com, please let us know.

  • The topic ‘Error 404 not found with multisite’ is closed to new replies.