I have noticed my google sitemap showing 2 error warnings in my wordpress blog. For some reason these 2 posts are not loading and everything else work fine. The error I get is this .. Anyone know whats wrong ?
Use Redirection plugin of WP: Plugin Home Page Maybe, following codes help you for fixing bug of 404 error in sitemap. Put these codes in "wp-content/themes/Your-Theme/404.php" ----------- <?php header("HTTP/1.1 301 Moved Permanently"); header("Location: ".get_bloginfo('url')); exit(); ?> -----------
Problem is in Host .. They have Apache Mod_security 2 installed and that mess with wordpress. I tried to disable it for my site using .htaccess but it didn't work.