Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter andrenell

    (@andrenell)

    # BEGIN WordPress
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ – [L]

    # add a trailing slash to /wp-admin
    RewriteRule ^wp-admin$ wp-admin/ [R=301,L]

    RewriteCond %{REQUEST_FILENAME} -f [OR]
    RewriteCond %{REQUEST_FILENAME} -d
    RewriteRule ^ – [L]
    RewriteRule ^(wp-(content|admin|includes).*) wordpress/$1 [L]
    RewriteRule ^(.*\.php)$ wordpress/$1 [L]
    RewriteRule . index.php [L]
    # END WordPress

    Thread Starter andrenell

    (@andrenell)

    /* Multisite */
    define( ‘WP_ALLOW_MULTISITE’, true );

    define(‘MULTISITE’, true);
    define(‘SUBDOMAIN_INSTALL’, true);
    define(‘DOMAIN_CURRENT_SITE’, ‘www.applytorentnow.com’);
    define(‘PATH_CURRENT_SITE’, ‘/’);
    define(‘SITE_ID_CURRENT_SITE’, 1);
    define(‘BLOG_ID_CURRENT_SITE’, 1);
    define( ‘SUNRISE’, ‘on’ );

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

    Thread Starter andrenell

    (@andrenell)

    Couldn’t wait for a response. Paid a programmer to resolve it. He will not share what he did.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Cannot access multisuer site dashboard after converting site to multiusersite’ is closed to new replies.