• Resolved illya_king

    (@illya_king)


    Hi,
    I’ve read through this site, tutorials, other online articles. I don’t want to take anyones time or have anyone annoyed.
    However I just can’t get the Network option to appear on my MU installation.
    I am using a deluxe shared server on Go Daddy with a dedicated IP address. I am paying the maximum I can for the highest site I could before purchasing a private server. I am running my site on Apache and the php language is 5.0.

    Without the network function I’ve trying making sites through the Super Admin section and all the sites I’ve created comes up with a 403 error.

    Plese help, this is my config file. I have removed my address.

    <backticks>/** The Database Collate type. Don’t change this if in doubt. */
    define(‘DB_COLLATE’, ”);
    define(‘VHOST’, ‘yes’);
    $base = ‘/’;
    define(‘DOMAIN_CURRENT_SITE’, ‘mysite.com’ );
    define(‘PATH_CURRENT_SITE’, ‘/’ );
    define(‘SITE_ID_CURRENT_SITE’, 1);
    define(‘BLOGID_CURRENT_SITE’, ‘1’ );

    /* Uncomment to allow blog admins to edit their users. See http://trac.mu.wordpress.org/ticket/1169 */
    //define( “EDIT_ANY_USER”, true );
    /* Uncomment to enable post by email options. See http://trac.mu.wordpress.org/ticket/1084 */
    //define( “POST_BY_EMAIL”, true );

    /**#@+
    * Authentication Unique Keys.
    *
    * Change these to different unique phrases!
    * You can generate these using the {@link http://api.wordpress.org/secret-key/1.1/wpmu/salt WordPress.org secret-key service}
    * You can change these at any point in time to invalidate all existing cookies. This will force all users to have to log in again.
    *
    * @since 2.6.0
    */
    define(‘AUTH_KEY’, ‘a2df279e4caa65ac80cc17ee9a12b36d18dba5cd2e7971e81dbeff86565d8b94’);
    define(‘SECURE_AUTH_KEY’, ‘149c38e4664ee71b219c7d513a913b4dd9fbbfbcdd3dfc4019003e5fe64a1ee9’);
    define(‘LOGGED_IN_KEY’, ‘3e8663decfe393406516567d497e428ebc394dfeda6e9c87fbd751489aa9b622’);
    define(‘NONCE_KEY’, ‘06888279418c243ea2f4791c6c53658d77aa4cc22b5370a647c2e364fcb39598’);
    define(‘AUTH_SALT’, ‘78500ffc4457e61b902b783680af21ca21dcc6bbfbe10082b607ece0a441d58c’);
    define(‘LOGGED_IN_SALT’, ‘abfa1bbd879b30897b0a1d6dfc89cafd7c9f1d1d97c0f85ee69c97e770e1313e’);
    define(‘SECURE_AUTH_SALT’, ‘ca1c7c24a05017beba82aa1932d69e374524dd9da6195a6acc0ffff8cc1f1243’);
    /**#@-*/

    /**
    * WordPress Database Table prefix.
    *
    * You can have multiple installations in one database if you give each a unique
    * prefix. Only numbers, letters, and underscores please!
    */
    $table_prefix = ‘wp_’;

    /**
    * WordPress Localized Language, defaults to English.
    *
    * Change this to localize WordPress. A corresponding MO file for the chosen
    * language must be installed to wp-content/languages. For example, install
    * de.mo to wp-content/languages and set WPLANG to ‘de’ to enable German
    * language support.
    */
    define (‘WPLANG’, ”);

    // double check $base
    if( $base == ‘BASE’ )
    die( ‘Problem in wp-config.php – $base is set to BASE when it should be the path like “/” or “/blogs/”! Please fix it!’ );

    // uncomment this to enable WP_CONTENT_DIR/sunrise.php support
    define( ‘SUNRISE’, ‘yes’ );

    // uncomment to move wp-content/blogs.dir to another relative path
    // remember to change WP_CONTENT too.
    // define( “UPLOADBLOGSDIR”, “fileserver” );

    define( ‘NOBLOGREDIRECT’, ‘http://mysite.com/404.php&#8217; );

    define( ‘NONCE_SALT’, ‘Zl;^~)~cAZJ9FX.MXHeK}-M]{x%l#Y:_PBN6q$8mc4D|=^8TYfmtl/22^Id._+jF’ );
    define(’WP_ALLOW_MULTISITE’, true);

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

    /** Absolute path to the WordPress directory. */
    if ( !defined(‘ABSPATH’) )
    define(‘ABSPATH’, dirname(__FILE__) . ‘/’);

    /** Sets up WordPress vars and included files. */
    require_once(ABSPATH . ‘wp-settings.php’);</backticks>

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter illya_king

    (@illya_king)

    I’ve also been going through the settings to see if there is something I can do from there as well. But I haven’t found the solution yet. Do I have to reinstall the MU application?

    Thread Starter illya_king

    (@illya_king)

    I’ve also tried in the dashboard adding a site on the My Sites opition. When I tried making a site that way I get a 403 forbidden. Am I missing that I should install a copy of wordpress there and the map it using domain mapper?

    Thread Starter illya_king

    (@illya_king)

    Sorry to keep running at the mouth

    I’ve downloaded WP Multi Network

    Would this help creating different blogs for my users?

    Thread Starter illya_king

    (@illya_king)

    Okay… I see what I may have done.
    I entered the server IP address than the dedicated IP address.
    I added the new wildcard.

    Would I have to reinstall MU and the database?

    Thread Starter illya_king

    (@illya_king)

    Nevermind… incorrect IP entered… its all good!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Not seeing the Network function on the tools section’ is closed to new replies.