I need to redirectsome .aspx pages from website A to specific pages on website B (.php pages), and then redirect the remaining pages in a specific folder on website A to the home page of website B eg:-
[INDENT]www.websiteA.com/folder/page1.aspx - redirect to www.websiteB.com/anotherfolder/page1a.php[/INDENT]
[INDENT]www.websiteA.com/folder/page2.aspx - redirect to www.websiteB.com/anotherfolder/page2a.php[/INDENT]
[INDENT]www.websiteA.com/folder/page3.aspx - redirect to www.websiteB.com/anotherfolder/page3a.php[/INDENT]
[INDENT]www.websiteA.com/folder/page4.aspx - redirect to www.websiteB.com/anotherfolder/page4a.php[/INDENT]
I then need to redirect the remaining .aspx pages in /folder/ to the home page on www.websiteB.com.
I'll be honest, I know very little about .aspx, so any help/guidance would be very much appreciated and if you can provide some very specific instructions, that would be great!