Hi,
I have an old website that URLs were like /page.aspx?sch=XXXX&prg=YYYY
. I want to redirect those old URLs to my new website's URLs. I'm trying to use an .htaccess file to do the trick but I couldn't get it work. What I want is:
/page.aspx?sch=XXXX&prg=YYYY ==> /page/sch/XXXX/prg/YYYY
If someone could helped me, I'd be very pleased.
Thanks...