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

    (@ipstenu)

    ?????? Advisor and Activist

    1) Try resaving permalinks (Yes, I know)

    2) What’s in your .htaccess?

    Thread Starter Kingpin JRela

    (@jrela2000)

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index.php$ - [L]
    
    # uploaded files
    RewriteRule ^([_0-9a-zA-Z-]+/)?files/(.+)  wp-includes/ms-files.php?file=$2 [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]
    </IfModule>
    
    # END WordPress
    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    ?????? Advisor and Activist

    Well the htaccess is right. Resaving didn’t help I take it?

    Thread Starter Kingpin JRela

    (@jrela2000)

    no it did not.

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    ?????? Advisor and Activist

    What plugins are on for the child site? Any?

    Thread Starter Kingpin JRela

    (@jrela2000)

    There’s 20 for the network, but none active through the child. Want me to list the network active ones?

    Actually, knocked it down to 12….

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    ?????? Advisor and Activist

    Just the ones that are network activated, or in MU plugins.

    Thread Starter Kingpin JRela

    (@jrela2000)

    Custom About Author
    Disqus Comment System
    Easy Social
    FeedBurner FeedSmith
    Google Analytics
    Google Calendar Weekly Timetable
    Jetpack
    MailChimp Widget
    NextGEN Gallery
    Stop SOPA Widget
    WordPress Importer
    Wordpress SEO

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    ?????? Advisor and Activist

    The ones I’d try to turn off first:

    Custom About Author
    Easy Social
    FeedBurner FeedSmith
    Google Calendar Weekly Timetable

    Those are the only ones I’m not familiar with and the others I know mostly work.

    Thread Starter Kingpin JRela

    (@jrela2000)

    ok. still noting.

    went ahead and deactivated all of them. Still no effect.

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    ?????? Advisor and Activist

    Does it work if you turn OFF pretty permalinks on the sub-site?

    Thread Starter Kingpin JRela

    (@jrela2000)

    By turn off, do you mean set it to default? If not then how do I turn off?

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    ?????? Advisor and Activist

    Set to default == off ??

    example.com/?p=123 is ‘ugly.’

    Thread Starter Kingpin JRela

    (@jrela2000)

    so far none of this is working.

    Thin it may be a server issue?

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    ?????? Advisor and Activist

    Did the UGLY permalinks work? You never said if they did.

    Have you tried a different theme? Like the default, TwentyEleven theme?

Viewing 15 replies - 1 through 15 (of 20 total)
  • The topic ‘Blank pages/ cannot make new pages’ is closed to new replies.