I have a site I want to move off of a .NET server to my WordPress blog. I've looked at the documentation for using server-side 301 redirects usinge the HTACCESS page, but I'm not quite grasping the syntax.
I need to create 301 redirects for the old PAGENAME.ASPX pages to be redirected to the new NEWPAGE.PHP pages. So 2 part question:
Will it recognize a URL ending in .ASPX for redirection?
Can you give me a sample of what that should look like in the HTACCESS page?
Thanks.