|
Mojo -> RE: Html to ASP redirect time (11/10/2006 13:58:23)
|
Meta redirects have not always worked well with the search engines. I am concerned that you may lose some ranking if you're not careful. Anyhow, I don't understand why you're going through all this trouble. If the search engines already have your HTML pages and you just want to have ASP capabilities then there is a much better solution. Have your host change the HTML application extension so that it is mapped, or runs, from the asp.dll. Doing this, you can make all your HTML page behave like they are ASP pages. If you have access to IIS you can do the following: Right click the site > choose properties > click home directory > click configuration button > find the ASP extension and copy the executable path > find the HTML extension > set it's path to the ASP path > click OK Now, you can run ASP code on your HTML pages.
|
|
|
|