1

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 ?

Promo
  • 707
  • 9
  • 26

1 Answers1

1

You can try Redirection for this.

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

Hope it will help you.

Akshay Paghdar
  • 3,599
  • 2
  • 22
  • 41
  • Thanks ! You saved my life :) This plugin works well. More explanation : I can't made "redirection 301" with query string. For this I have to use rewrite cond and rewrite rules... More info there : http://stackoverflow.com/questions/13073253/how-to-redirect-urls-based-on-query-string – Promo Apr 14 '14 at 14:21