Forums

404 Errors (6 posts)

  1. leporello
    Member
    Posted 2 years ago #

    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

  2. Shane G
    Member
    Posted 2 years ago #

    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.

  3. leporello
    Member
    Posted 2 years ago #

    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

  4. leporello
    Member
    Posted 2 years ago #

    Does anyone have a solution to this?

  5. leporello
    Member
    Posted 2 years ago #

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

  6. leporello
    Member
    Posted 2 years ago #

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

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags