Permalink 404’s
-
I have been trying to fix a 404 error and struggling.
I set up my first WP page a few days ago and it was going all good.
https://www.timscullin.com
Unfortunately I wanted to update the permalinks to get pretty urls (SEO purposes right..) But as soon as I did I get 404 errors for all my pages.I have checked the WP is updating my .htaccess file and that is working normally. Its contents are:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress
and my permalink sturcture is custom: /%category%/%postname%
Please help ??
Cheers
Tim
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Permalink 404’s’ is closed to new replies.