Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter halcyonweb

    (@halcyonweb)

    The problem is in the .htaccess file as I discovered on another website with the same plugins except NO Use Google Libraries and NO Perishable Press 5G Blacklist entry in the .htaccess all is fine! The 5G .htaccess does have

    RewriteCond %{QUERY_STRING} \[ [NC,OR]
    RewriteCond %{QUERY_STRING} \] [NC]

    in it!

    You are a lifesaver!!!

    Blogs all gone. I am trying everything. I am not an .htaccess person in the least. Does this look ok?

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ – [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>

    # END WordPress

    @sharonejackson – per the forum guidelines, please start your own thread if you need help.

    I thought I was talking about the same issue…upgrade to 3.5 and problem with posts. I was looking at the .htaccess hoping it would be a fix somehow. I will start another thread, sorry.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Blank post/page editor in WP 3.5 after upgrade’ is closed to new replies.