Viewing 3 replies - 1 through 3 (of 3 total)
  • BestAdsenseAlternatives

    (@bestadsensealternatives)

    this is not a good way.

    restore your backup

    Thread Starter bornfamous

    (@bornfamous)

    ok, thanks

    BestAdsenseAlternatives

    (@bestadsensealternatives)

    your welcome β™₯

    if you want disable your multisite website :

    I ) Before any changes “Backup”

    II ) multisite is good , don’t disable it .

    How to disable multisite ?!

    1) Edit “wp-config.php”

    >>> Remove:
    define( ‘MULTISITE’, true );
    define( ‘SUBDOMAIN_INSTALL’, true );
    $base = ‘/’;
    define( ‘DOMAIN_CURRENT_SITE’, ‘www.yourname.com’ );
    define( ‘PATH_CURRENT_SITE’, ‘/’ );
    define( ‘SITE_ID_CURRENT_SITE’, 1 );
    define( ‘BLOG_ID_CURRENT_SITE’, 1

    2) Remove “.htaccess”

    3) http://wpmututorials.com/how-to/how-to-disable-multisite/

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Removed multisite, borked site’ is closed to new replies.