brettschuler
Forum Replies Created
-
Forum: Networking WordPress
In reply to: 404 Errors on Posts/PagesI 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.
Forum: Networking WordPress
In reply to: 404 Errors on Posts/Pagesi 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
Forum: Networking WordPress
In reply to: 404 Errors on Posts/PagesDisabled 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?
Forum: Networking WordPress
In reply to: 404 Errors on Posts/PagesAdditional information
Posts will post on main website
Viewing Posts are only able when logged in.Forum: Networking WordPress
In reply to: 404 Errors on Posts/PagesYes 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 NewslettersMany thanks. – Brett
Forum: Networking WordPress
In reply to: 404 ErrorsThank you for following up for me Ipstenu. I am very greatful for that. After countless hours I was able to resolve the 404 error. Here is my recommendations for anyone trying to troubleshoot a 404 error. Verify the following:
1) Mod Rewrite is enabled in .htaccess
2) httpd conf has Allow Overide enabled
3) Verify tables are being created in MySql
4) Permalinks are working
5) .htaccess file is rewriting
6) That subsites have both slashes domain.com/subsite/ in settings
7) That a theme is selected in the Subsite settings.These steps should help resolve any 404 errors.
Thanks so much!
Hi there:
How can I disable WordPress Profiles and still get Facebook Connect to work?
Thanks in advance!
Brett