The MU forums have moved to WordPress.org

Preview edits while keeping old post/page live? (2 posts)

  1. rcwatson
    Member
    Posted 15 years ago #

    I have a user who wants to make edits to an existing page or post. She wants to save the edits as "Pending Review" without making the live page (the earlier version) disappear or go 404. Currently, when she saves as "Pending Review", the page goes dead and displays a 404.

    Is there a way to alter this behavior in the configuration? If not, is there a plugin that handles a more sophisticated workflow like this? What we don't want happening is her having to save her changes to a live page and show those changes to visitors as she's making them incrementally.

    Make sense?

  2. andrea_r
    Moderator
    Posted 15 years ago #

    You know what, I just researched an issue like this yesterday. There's a problem with some hosts where occasionally saving a post results in a 404.

    Put this in your .htaccess file:

    <IfModule mod_security.c>
    SecFilterEngine Off
    SecFilterPost Off
    </IfModule>

About this Topic

  • Started 15 years ago by rcwatson
  • Latest reply from andrea_r