I'm trying to redirect about 40 web addresses from an old site to a new site. I was able to redirect all of the pages that DO NOT have a ".aspx" in them to the new site using .htaccess but I cannot figure out how to redirect the .aspx links. I was told I need to do it in the web.config file.
Can someone please help?
I moved a site from www.handstands.com to www.randombuy.com.
Here is an example of a link that works using .htaccess and one that does not.
Works: http://www.handstands.com/info/About_Us
Doesn't work: http://www.handstands.com/p-294-keuken-5-piece-ceramic-knife-set-with-bamboo-block.aspx (should go to: http://www.randombuy.com/p-294-keuken-5-piece-ceramic-knife-set-with-bamboo-block.aspx)
Any help would be appreciated.
Thank you,
Darrin Keller