Permalink 404’s

  • Unknown's avatar

    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.
    http://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

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi again, Tim. You need to be at wordpress.org/support. This forum is for blogs hosted at wordpress.com. We don’t have access to .htaccess.

  • The topic ‘Permalink 404’s’ is closed to new replies.