chuckat 0 Posted February 1, 2009 Share Posted February 1, 2009 (edited) I've started a new blog on Wordpress 2.7 at http://www.deadpan.net/caco/ and I keep running into a recurring 406 error. Everything appears to be working properly until I go into the latest blog entry. From there, clicking any link on the sidebar or trying to post a comment to that entry earns an error saying: "Not Acceptable An appropriate representation of the requested resource (((the named resource varies depending on what I was trying to do))) could not be found on this server. Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request." My research has led me to believe it's a problem with mod security but I'm way out of my depth trying to figure it out. Most fixes I've found point to the .htaccess file and I think I have mine set up appropriately, based on what I've read. My .htaccess file is in the blog's root directory and it reads: ># BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase /caco/ RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /caco/index.php [L] </IfModule> # END WordPress <IfModule mod_security.c> SecFilterEngine Off SecFilterScanPOST Off </IfModule> I think I read that this file should actually be in the wp-admin folder, but when I tried it there things really went wonky -- the blog "front page" looks fine, but everything leads to a blank page. Can anyone offer suggestions on how to fix this? Thanks... Edited February 1, 2009 by chuckat Quote Link to post Share on other sites
TCH-Thomas 25 Posted February 1, 2009 Share Posted February 1, 2009 Welcome to the forum, chuckat. Did you solve this? Because I have checked out all the posts including the about page and I can not find any problems. Quote Link to post Share on other sites
TCH-Bruce 16 Posted February 1, 2009 Share Posted February 1, 2009 Welcome to the forum chuckat I too don't see any errors. Maybe you need to clear your cache for your browser. Press CTRL + F5 to clear it and try again. Quote Link to post Share on other sites
chuckat 0 Posted February 1, 2009 Author Share Posted February 1, 2009 Welcome to the forum chuckat I too don't see any errors. Maybe you need to clear your cache for your browser. Press CTRL + F5 to clear it and try again. Huh. Well that's wacky -- now it's working. Almost. When I wrote my post here I was having problems with the most recent post, the one titled "Echo 32." Now there's a new one up after that, and you guys are right, everything's working fine on the new one. Also on the first one. But on Echo 32 I'm still having those problems. So it looks like the problem is with that one individual post. That's weird... Quote Link to post Share on other sites
TCH-Bruce 16 Posted February 1, 2009 Share Posted February 1, 2009 You are correct, they are not working on that one post. You can try moving the mod security if to the top of your .htaccess (not sure if it will help, that's where mine is). Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.