Title: 404 Errors on Posts/Pages
Last modified: August 20, 2016

---

# 404 Errors on Posts/Pages

 *  [brettschuler](https://wordpress.org/support/users/brettschuler/)
 * (@brettschuler)
 * [14 years ago](https://wordpress.org/support/topic/404-errors-on-postspages/)
 * Hi there:
 * I am running WordPress 3.3.1 and Multisite with several subdomain blogs installed.
   I can’t get WordPress to Publish Posts or Pages. They only go into Draft mode.
   When clicking on the link in another browser I get a 404 error file not found.
   I am pretty sure that a setting is missing or typo in settings. Any ideas? The
   url is [http://lovingmyneighbor.org/cca/](http://lovingmyneighbor.org/cca/)
    
   Is there a reference chart for Multisite settings.
 * Thanks!
    Brett

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

 *  [Josh Maxwell](https://wordpress.org/support/users/hornetok/)
 * (@hornetok)
 * [14 years ago](https://wordpress.org/support/topic/404-errors-on-postspages/#post-2703905)
 * Are you saying that when publishing a post on _every_ site the posts get set 
   to Draft or is it a _single_ subsite? Or, just the _main_ site?
 * You don’t have any plugins that are “scheduled draft” type plugins or something
   similar do you?
 *  Moderator [Ipstenu (Mika Epstein)](https://wordpress.org/support/users/ipstenu/)
 * (@ipstenu)
 * 🏳️‍🌈 Advisor and Activist
 * [14 years ago](https://wordpress.org/support/topic/404-errors-on-postspages/#post-2703906)
 * What plugins are you using?
 *  Thread Starter [brettschuler](https://wordpress.org/support/users/brettschuler/)
 * (@brettschuler)
 * [14 years ago](https://wordpress.org/support/topic/404-errors-on-postspages/#post-2703911)
 * Yes when publishing a post or page on every page it will first Publish, but then
   it switches to Draft or Pending Review. I am not running any scheduled draft 
   plugins. There are some redirect plugins. I did try turning all the plugins off
   by renaming the plugin folder. Here is a list of the plugins:
 * Admin Bar Disabler
    Askimet All In One SEO Pack Blog Copier Custom Shortcode 
   Sidebars Genesis Layout Extras Genesis Layout Manager Genesis Nav Menu Amplified
   Genesis Simple Breadcrumbs Genessis Simple Comments Genesis Simple Edits Genesis
   Simple Hooks Genesis Simple Menus Genesis Simple Sidebars Genesis Slider Genesis
   Social Profiles Gold Cart for WordPress E-commerce Google Analytics Gravity Forms
   Gravity Forms Directory Gravity Forms Paypal Gravity User Registration Lightbox
   Quick Page/Post Redirect DEV Redirection ShareThis Simple Facebook Connect Simple
   URLS Smooth Slider Twit Connect Widget Data – Setting Import/Export Plugin Widgets
   on Pages WordPress.com Custom CSS WordPress Importer WP Banners Lite WP e-Commerce
   WP e-Commerce – Custom Fields WP Security Scan WP Super Cache Wysija Newsletters
 * Many thanks. – Brett
 *  Thread Starter [brettschuler](https://wordpress.org/support/users/brettschuler/)
 * (@brettschuler)
 * [14 years ago](https://wordpress.org/support/topic/404-errors-on-postspages/#post-2703925)
 * Additional information
    Posts will post on main website Viewing Posts are only
   able when logged in.
 *  Moderator [Ipstenu (Mika Epstein)](https://wordpress.org/support/users/ipstenu/)
 * (@ipstenu)
 * 🏳️‍🌈 Advisor and Activist
 * [14 years ago](https://wordpress.org/support/topic/404-errors-on-postspages/#post-2703933)
 * I would lay heavy money on it being a plugin conflict, and I’d spin up a local
   install of WordPress to see if I could reproduce it.
 * Or if you can’t try turning off these:
 * Quick Page/Post Redirect DEV
    Redirection
 * That’s my best guess at issues.
 *  Thread Starter [brettschuler](https://wordpress.org/support/users/brettschuler/)
 * (@brettschuler)
 * [14 years ago](https://wordpress.org/support/topic/404-errors-on-postspages/#post-2704021)
 * Disabled all the plugins turned backon and permenenatly removed Quick Page/Post
   Redirect DEV Redirection plugins. The data in the body of the post disappears
   when pressing published. Any other thoughts?
 *  Moderator [Ipstenu (Mika Epstein)](https://wordpress.org/support/users/ipstenu/)
 * (@ipstenu)
 * 🏳️‍🌈 Advisor and Activist
 * [14 years ago](https://wordpress.org/support/topic/404-errors-on-postspages/#post-2704022)
 * >  The data in the body of the post disappears when pressing published.
 * Mod_Security. Is it turned on?
 *  Thread Starter [brettschuler](https://wordpress.org/support/users/brettschuler/)
 * (@brettschuler)
 * [14 years ago](https://wordpress.org/support/topic/404-errors-on-postspages/#post-2704029)
 * i dont have it turned on. here is my current htaccess file:
 *     ```
       # BEGIN WordPress
       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).*) $1 [L]
       RewriteRule ^[_0-9a-zA-Z-]+/(.*\.php)$ $1 [L]
       RewriteRule . index.php [L]
       # END WordPress
       ```
   
 *  Moderator [Ipstenu (Mika Epstein)](https://wordpress.org/support/users/ipstenu/)
 * (@ipstenu)
 * 🏳️‍🌈 Advisor and Activist
 * [14 years ago](https://wordpress.org/support/topic/404-errors-on-postspages/#post-2704030)
 * Not related to .htaccess 🙂
 * Do you have root access to your server?
 *  Thread Starter [brettschuler](https://wordpress.org/support/users/brettschuler/)
 * (@brettschuler)
 * [14 years ago](https://wordpress.org/support/topic/404-errors-on-postspages/#post-2704032)
 * I do not have root access. My ISP Hostgator said Mod_Security is turned on by
   default. I noticed I could not update pictures and text in posts that I created
   before the move also.
 *  Moderator [Ipstenu (Mika Epstein)](https://wordpress.org/support/users/ipstenu/)
 * (@ipstenu)
 * 🏳️‍🌈 Advisor and Activist
 * [14 years ago](https://wordpress.org/support/topic/404-errors-on-postspages/#post-2704034)
 * >  I noticed I could not update pictures and text in posts that I created before
   > the move also.
 * Wait … what? You can’t edit POSTS? (Media I could understand as permissions issues.)
   What happens when you try to save a post?
 * This is looking more and more like a DB problem. Try running a repair via phpMyAdmin.

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

The topic ‘404 Errors on Posts/Pages’ is closed to new replies.

## Tags

 * [multisite](https://wordpress.org/support/topic-tag/multisite/)
 * [page](https://wordpress.org/support/topic-tag/page/)
 * [post](https://wordpress.org/support/topic-tag/post/)

 * In: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
 * 11 replies
 * 3 participants
 * Last reply from: [Ipstenu (Mika Epstein)](https://wordpress.org/support/users/ipstenu/)
 * Last activity: [14 years ago](https://wordpress.org/support/topic/404-errors-on-postspages/#post-2704034)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
