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

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

    # 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 and pages.

    Thanks,

    Shane G.

    Thread Starter sunilkumarnehra

    (@sunilkumarnehra)

    Thank you , i will try this.

    Can i keep the existing permalink as they are indexed.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to redirect the old url’ is closed to new replies.