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?
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?
Run Settings > Permalinks
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
This topic has been closed to new replies.