Search code examples
wordpress.htaccessurlseorewriting

WordPress 301 redirect with old/new url


I'm trying to get back my url of an old wordpress without custom permalink to a new version of the same site with goold url but it doesn't work.

I tried 301 redirection of old url to newer...

.htaccess :

Redirect 301 /\?page_id=184 http://mydomain.com/about

Can someone help me ?


Solution

  • You can try Redirection for this.

    This plugin will help you to redirect old urls to target urls.

    Hope it will help you.