• I need to redirect Old URL’s from previous blog software to new wordpress URL

    I need

    default.asp?Display=1

    to turn into

    2008/01/preparing-for-your-first-child/

    I have tried the following

    Redirect 301 default.asp?Display=1 http://www.DomainName.com/blog/2008/01/preparing-for-your-first-child/

    but it doesn’t work.

    Any help greatly appreciated.

Viewing 1 replies (of 1 total)
  • You need a leading slash:

    Redirect 301 /default.asp?Display=1 http://www.DomainName.com/blog/2008/01/preparing-for-your-first-child/

Viewing 1 replies (of 1 total)
  • The topic ‘301 Redirect from old blog software’ is closed to new replies.