• Hello All,
    I have this problem that when I create sub sub folder site
    http://www.mysite.com/folder/folder/
    I can see the folder is successfully created in site area, but when i want to visit admin page its blank, and the site pages gives 404.
    The other sites on first level folders are working great.
    Can u help me solve this issue.

Viewing 15 replies - 1 through 15 (of 18 total)
  • Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    πŸ³οΈβ€πŸŒˆ Advisor and Activist

    What’s in your .htaccess?

    Did you delete the twentyThirteen theme?

    Thread Starter edgin

    (@edgin)

    HI, Thank you for your response
    i didnt get twentythirteen in wp instal (3.5.1)
    should I instal it?

    This is in htaccess:

    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]
    Thread Starter edgin

    (@edgin)

    Correction, I have blank pages on either admin and on visit site pages on second level folder site, while all sites in first level folder are working normal .

    Thread Starter edgin

    (@edgin)

    I’ve updated the files in wp-includes and wp-admin…to check..no improvement … the databese in phpmyadmin shows that sites are created ..

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    πŸ³οΈβ€πŸŒˆ Advisor and Activist

    HI, Thank you for your response
    i didnt get twentythirteen in wp instal (3.5.1)
    should I instal it?

    No. What themes do you have installed?

    What theme is active for the broken site?

    Also: Why are you still on 3.5.1? You should be on 3.6.1 (or at LEAST 3.5.2).

    Thread Starter edgin

    (@edgin)

    In theme folder I have : spectacular theme and woo theme beside twentyten and twentyeleven.
    In Network admin under edit site page, in setting, in template field there is twentytwelve.
    Im moving to newest version.

    Thread Starter edgin

    (@edgin)

    Updated to newest version 3.6.1. and changed the deafult theme for troubling site in settings to Twenty Thirteen but no change …

    Thread Starter edgin

    (@edgin)

    Ipstenu,I can give u access to my testing site if that would be of help …

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    πŸ³οΈβ€πŸŒˆ Advisor and Activist

    Did WordPress Multisite ever work?

    Did you test pretty permalinks before activating Multisite?

    Thread Starter edgin

    (@edgin)

    The site is “working” properly on all subfolder sites prior to this problem.Dont think I tested them I just went straight to multisite setup instructions.

    Thread Starter edgin

    (@edgin)

    I noticed that wordpress dont let me to choose the custom structure for permalink

    Thread Starter edgin

    (@edgin)

    I can choose custom structure like so /archives/%post_id%
    and url dispalys miraviroc.com/folder/folders/ and blank page. I still cant figure this one out.

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    πŸ³οΈβ€πŸŒˆ Advisor and Activist

    Wait… SUB sub folders?

    Where is WP installed? domain.com/ or domain.com/folder/

    Thread Starter edgin

    (@edgin)

    WP main files(instalation) site is in html public its in root folder at this domain miraviroc.com

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    πŸ³οΈβ€πŸŒˆ Advisor and Activist

    Okay.. HOW are you defining the sub-sub folders?

    Out of the box, that;s not supported by WP.

Viewing 15 replies - 1 through 15 (of 18 total)
  • The topic ‘blank admin page on subsub folder site’ is closed to new replies.