• Muiz

    (@luciferangel)


    i have a problem while iam trying to add new post .
    i write posts on my localhost blog , then i copy and paste them online , it was working perfect , somehow last night when i try to copy paste and click publish >> it shows the 404 error :page not found , what is that and how to solve it ??
    be the way : when i write the post manulay i face no problem to post it
    otherwise i cant paste posts even if i use the paste button .

    ant idea

Viewing 3 replies - 1 through 3 (of 3 total)
  • I have same problem

    Can you make a post without pasting any content in?

    Hi,

    Check with these options:

    -> disable all the plugins
    -> upgrade wordpress to the latest version
    -> add this code in htaccess:

    # BEGIN WordPress

    <IfModule mod_rewrite.c>
    ErrorDocument 404 /index.php?error=404
    RewriteEngine On
    RewriteBase /
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>

    # END WordPress

    Thanks,

    Shane G.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘adding post problem’ is closed to new replies.