I've googled everything, and I've read a ton of different responses -- some I've tried to implicate with no success. I'm not a professional programmer, but I thank people in this forum for teaching me so much about everything, from jquery to doctypes, to you name it!
I have a website developed in VWD 2010 Express. I just want to know 2 things:
I know it's bad for search engines/duplicate content to have yourdomain and www.yourdomain both, so I want to set up a 301 redirect so that if an end-user types in mydomain, they're automatically redirected to www.mydomain (with the www).
I've moved some pages that aren't in the root, but in folders. So I want to replace the outdated page with the new location. I want to do this by automatically redirecting them from www.mydomain/services/engineering.aspx to www.mydomain/products/engineering.aspx.
Is this difficult? Is it (recommended) to use .htaccess, or web.config, or something else?
Thank you for your time in reading this, and I sincerely appreciate any and all feedback.
Jason Weber