WordPress.org

Forums

sites created by multisite plugin will not be creating. (4 posts)

  1. myahyaahmed
    Member
    Posted 8 months ago #

    can any body any help.
    I have install the multisite plugin successfully and using this plugin i am creating the sites also, but when i am going to visit such sites,these sites are not launching.
    see the links below
    http://web.awc-ksu.com
    http://web.awc-ksu.com/models (subsite1)
    http://web.awc-ksu.com/encyclopedia (subsite2)
    Immediate response will be appreciated
    thanks

  2. That is a server-side 404.

    1) What version of IIS are you using?

    2) Does it have mod_rewrite and are you using .htaccess, or are you using web.config?

    3) Whichever the file is in 2, what are it's contents for WP?

  3. myahyaahmed
    Member
    Posted 8 months ago #

    1)I dont know where to find the IIS and is it necessary for multisite?
    2)it have web.config.
    3)

    <?php
    
    /* This site was made multi-site enabled by @link http://jgwebdevelopment.com */
    define ('MULTISITE', '1');
    define ('SUBDOMAIN_INSTALL', '');
    define ('DOMAIN_CURRENT_SITE', 'web.awc-ksu.com');
    define ('PATH_CURRENT_SITE', '/');
    define ('SITE_ID_CURRENT_SITE', 1);
    define ('BLOG_ID_CURRENT_SITE', 1);
    $base = '/';

    [EDITED]

  4. CHANGE YOUR PASSWORDS RIGHT NOW! NEVER EVER POST YOUR DB USERNAME AND PASSWORD ANYWHERE REMOTELY PUBLIC! THIS IS A HUGE SECURITY ISSUE!

    Augh. Please don't EVER do that EVER again.

    I dont know where to find the IIS and is it necessary for multisite?

    IIS is a server type. You're using it, which I can tell because I read the error message (it says 'Internet Information Services (IIS)') - You need it :) It means you're on a Windows Server.

    What's in your web.config? What you showed me was wp-config.php. I need to see the file named web.config

    If you DO NOT KNOW, please ask your webhost for help.

Reply

You must log in to post.

About this Topic