URL Redirects - 301 Permanently Moved

In the process of bring our clients to Jodohost, we're converting their sites from HTML to ASP.NET (for reasons other than the transition).

For many of our clients, their search engine ratings are very important. The recommended procedure when moving a file is to return a 301 - Permanently Moved code which lets the search engine know to transfer the link rating to the new page.

The control panel has a setting to create these redirects, but you can only do so one at a time and there is no way to automate the process. I'm looking for some way that we could do this as part of the conversion script or somehow upload a list.

My first instinct would be to write .aspx pages that returned the error, but ASP.NET doesn't get activated for .htm files. My next thought is to try to do it for php, but even after setting .htm to be an interpretted file, it doesn't appear to be.

Does anyone have a good way to handle this?

Thanks in advance,
--Sean
 
Back
Top