Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter beggemey

    (@beggemey)

    This problem was entirely caused by me. For some reason I moved the following lines to above the “That’s all, stop editing!” line in the wp-config.php. Moving them back to the bottom of the file where they belong fixed the problem.

    /** 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’);

    Thread Starter beggemey

    (@beggemey)

    Is the above code correct for enabling network on an IIS web server? I have been researching this for 2 or 3 days and haven’t found a solution that works.

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