Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi,

    Reset your permalink from wordpress admin area with your desired 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

    Now, check with your blog posts.

    Thanks,

    Shane G.

    Thread Starter milynch43

    (@milynch43)

    Thanks for the quick response. Unfortunately there was no change. The only setting that works is the default. I have no idea what is wrong. I’ve been going through the forums and have not found anything yet.

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

The topic ‘Permalink problem’ is closed to new replies.