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

    Set your desired permalink from wordpress admin area and then add this code in htaccess of your site/blog:

    # 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 old and new posts.

    Thanks,

    Shane G.

    Thread Starter invisiblelimb

    (@invisiblelimb)

    That worked! Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘404 errors on all pages & links created by WordPress’ is closed to new replies.