• Hi there,

    I just installed WordPress 2.9.1 and changed the permalink structure, and that worked perfectly, 10 minutes later all of the links were broken and I can’t seem to get them working again, I can get to the homepage of my blog but if I click on any post title it just breaks 🙁

    Any help would be appreciated!

    Cheers,

Viewing 4 replies - 1 through 4 (of 4 total)
  • a link to yoiur blog could help (so we could see if any strange url’s were being generated)

    But have you tried resetting your permalinks once?

    Set them back to default…save.
    (May have to delete .htaccess from your server too)

    From default permalinks, cruise around your blog and see if you are good. If so try to reset your permalinks back to how you want them. If they still don’t work it could be an .htaccess issue…..

    Hi,

    Set your desired permalink from wordpress admin area and add this code in htaccess:

    # BEGIN WordPress
    
    <IfModule mod_rewrite.c>
    ErrorDocument 404 /index.php?error=404
    RewriteEngine On
    RewriteBase /
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>
    
    # END WordPress

    Thanks,

    Shane G.

    I’m having the same issue and even after I followed this procedure, all my links are still broken.

    I can access my homepage and the dashboard with no errors.

    Don’t highjack another poster’s thread. Please post a new topic and provide a link to your site.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Post Permalinks/links broken :(’ is closed to new replies.