• Resolved cheezenutz

    (@cheezenutz)


    Hi Dear All,
    I need some help here. Hope angels come knockin.

    I have just convert my WordPress blog to Multisite. I set to subdirectory. My intention is to create a subfolder for testing changes in plugins & other settings.

    However, I cannot even enter the subfolder’s dashboard. Once I select it’s dashboard, it brings me to the primary domain’s dashboard. I cannot change theme and activate plugins. I cannot Post at all at backend for subfolder.

    http://mylivevenue.com/
    http://mylivevenue.com/test/

Viewing 4 replies - 16 through 19 (of 19 total)
  • Thread Starter cheezenutz

    (@cheezenutz)

    Any idea how i can get a Test Site up?
    I tried XAMPP,InstantWordPress. I even tried a plugin called Sandbox.

    Doesnt work for amateurs like me.

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    🏳️‍🌈 Advisor and Activist

    Try DesktopServer: http://serverpress.com/products/desktopserver/

    But the issue is that you don’t have a subsite named test on your network. SO that error? Is what you’re supposed to get 🙂

    Thread Starter cheezenutz

    (@cheezenutz)

    I don’t have ‘test’ as a subsite, nor as post or page.
    Yes. That’s the error I am supposed to get. So foolish of me.
    I need to document things I have done.

    Right now, I have removed Multisite. I am back to being ‘Single’.
    Guess I am not technically strong to do multisite.

    Realised I have to rebuild everything even if I have subfolder. So I need a better way to migrate local-live and live-local.

    Thanks for the recommendation! I will try it!

    I should close this thread. And thanks Mika, for sticking with me for so long.

    Put this in your .htaccess
    It’s works for me.

    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ - [L]
    # add a trailing slash to /wp-admin
    RewriteRule ^([_0-9a-zA-Z-]+/)?wp-admin$ $1wp-admin/ [R=301,L]
    RewriteCond %{REQUEST_FILENAME} -f [OR]
    RewriteCond %{REQUEST_FILENAME} -d
    RewriteRule ^ - [L]
    RewriteRule ^([_0-9a-zA-Z-]+/)?(wp-(content|admin|includes).*) $2 [L]
    RewriteRule ^([_0-9a-zA-Z-]+/)?(.*\.php)$ $2 [L]
    RewriteRule . index.php [L]

Viewing 4 replies - 16 through 19 (of 19 total)

The topic ‘Cannot access subfolder's dashboard’ is closed to new replies.