Forum Replies Created

Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter brettschuler

    (@brettschuler)

    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.

    Thread Starter brettschuler

    (@brettschuler)

    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

    Thread Starter brettschuler

    (@brettschuler)

    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?

    Thread Starter brettschuler

    (@brettschuler)

    Additional information
    Posts will post on main website
    Viewing Posts are only able when logged in.

    Thread Starter brettschuler

    (@brettschuler)

    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

    Forum: Networking WordPress
    In reply to: 404 Errors
    Thread Starter brettschuler

    (@brettschuler)

    Thank 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

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