• My site is mad eup of pages only with no posts. I’ve found lots of people with the same problem, but no resolution.

    When I run my site through the w3c link validator, Im getting the following errors:

    Lines: 17, 25 http://www.mysite.com/feed/
    Status: 404 Not Found

    Line: 19 http://www.mysite.com/feed/atom/
    Status: 404 Not Found
    The link is broken. Double-check that you have not made any typo, or mistake in copy-pasting. If the link points to a resource that no longer exists, you may want to remove or fix the link.

    Line: 29 http://www.mysite.com/wp-content/themes/blueberry/js/toolbox.js?ver=1.0
    Status: 404 Not Found

    Can anyone point me in the right direction for fixing these problems. I actually have no need for the rss feed at all as I wont be using it…

    Thanks

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi,

    Set your desired permalinks settings from wordpress admin area and add this code in htaccess file of your domain:

    # BEGIN WordPress

    <IfModule mod_rewrite.c>
    ErrorDocument 404 /index.php?error=404
    RewriteEngine On
    RewriteBase /
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>

    # END WordPress

    Once you add it, check with old and new posts.

    Thanks,

    Shane G.

    Thread Starter leporello

    (@leporello)

    Hi Shane,

    Thanks for the reply. I added that code to the .htaccess file, but it has not helped. I still receive the same 404 error reports when I run the w3c link validator.

    Also, I dotn have any posts. My site is made entirely of pages.

    Lep

    Thread Starter leporello

    (@leporello)

    Does anyone have a solution to this?

    Thread Starter leporello

    (@leporello)

    Sorry to keep bumping but I really cant find a fix for this. Can anyone help?

    Thread Starter leporello

    (@leporello)

    anyone please?> im worried i will get penalty because of this?

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

The topic ‘404 Errors’ is closed to new replies.