301 Redirect pages with .aspx extension
-
I want 301 redirect all a website's subpages with a .aspx extension to a page without the .aspx etension.
Example: I want to 301 redirect www.website.com/services.aspx to www.website.com/services
Right now if you do not include .aspx on the end of every URL it gives a 404 error.
I have used the web.config file to 301 redirect non-www to www and /default.aspx to /.
I am not extremely familiar with IIS 7.0 or web.config, so any help would be great.
Thanks.
-
Hey Max,
Hopefully this article will be able to help...
Thanks
Iain - Reload Media
-
Thanks for the good article on extension less URLs. It is helpful.
We are more accustomed to working with linux and .htaccess, so when we have to work with Microsoft and a web.config file, we always try to be very careful.
-
I know that pain! I imagine the perfect world, where all clients are on Wordpress.
Hope it goes well.
Iain
-
That would be the best. Those custom made CMS's can be ridiculously tricky sometimes.