Posted 5/5/2006 3:42:00 PM
|
|
|
|
Folks:
I'm in the process of converting my website from static HTML files to ASP.NET 2.0. My old files have a .html file type, and a lot of websites have links to the .html files.
The new files will have the .aspx file type. Is there a convenient way to forward requests for .html files to the corresponding .aspx files?
I realize that I can create a .html file that redirects to another file. But is there an easier way?
Sincerely,
Eric Bergman-Terrell www.PersonalMicroCosms.com
www.PersonalMicroCosms.com
|
|
Posted 5/10/2006 1:59:00 PM
|
|
|
|
Hello, I think you are right with the redirect in your html file may be the best bet. The setup of a 301 server-side redirect on each HTML file to redirect to the desired corresponding .aspx file would be another option.
Paul BRe-invent Technologies LLC http://www.re-invent.com
Innovative ASP.NET 3.5/2.0 Hosting Now with Windows 2008 Hosting and SQL 2008 Celebrating 10 Years in Business!
|
|
|
|