Forums

Permalinks problems (3 posts)

  1. Zac
    Member
    Posted 3 years ago #

    Hi.. I really hope that someone can help.. I am having a strange problem with the pretty permalinks. It is working great for pages but posts just return a 404.

    I am using this in my .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

    Anyone else experience this or have any ideas where I could start searching for a fix ? ?

  2. stevejohnson
    Member
    Posted 3 years ago #

    Turn permalinks off, then verify you can get to your posts. Then turn permalinks back on.

    The .htaccess code is standard WordPress fare. The magic comes from within WordPress when it receives a URL request. The simple act of regenerating the permalinks might fix your issue.

  3. Zac
    Member
    Posted 3 years ago #

    Oh thank you so much! I love simple solutions !!

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags

No tags yet.