Forums

[resolved] Pages from 2.7.1 don't work in 2.8? (3 posts)

  1. Hiuxing
    Member
    Posted 2 years ago #

    Hi.

    I updated my WordPress from 2.7.1 to 2.8 today.
    But when I click on one of my pages made in WordPress, it will show my 404 error page.

    My website is: http://morningsundesigns.com/

    Does somebody know how to fix this?

  2. @mercime
    Member
    Posted 2 years ago #

    Run Settings > Permalinks

  3. Hiuxing
    Member
    Posted 2 years ago #

    Fixed it.

    I had to put this in my .htaccess file:

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

    Thanks :D

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags