Forums

All My WordPress Links going to 404 not found (3 posts)

  1. Sickaluph
    Member
    Posted 3 years ago #

    Hi, my babes blog stickybabes.net is suddenly having problems.

    Practically every link on the site is now going to 404 not found. I don't know why it started doing this or why it's doing this. It happens when you click a tag link, archive link, category link, or even main post links.

    Please help! Thank you.

  2. khena25
    Member
    Posted 3 years ago #

    It probably has to do something with the permalinks.

  3. Sickaluph
    Member
    Posted 3 years ago #

    I fixed it.

    It was because I didn't have the code below in my .htaccess file.

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

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags

No tags yet.