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

    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 all links.

    Thanks,

    Shane G.

    Use the Redirection plugin from the plugins repository. It will allow you to redirect x old url to y new url.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘trackback 404 error’ is closed to new replies.