PDA

View Full Version : Changing from .CFM to ASP ??


SunTzu
20-09-2005, 13:09/01:09PM
I have a client that had a Cold Fusion shopping cart and now has .NET shopping cart software.

They had great rankings with their old .CFM site.
What would be the best way to get the new aspx pages indexed and save his position.

Is there something similar to the 301 redirect on Apache servers?

(IIS Rewrite, etc.)

Thanks,

Jeff

ihelpyou
20-09-2005, 14:51/02:51PM
Yes, cold fusion has a way to do the redirect. You would have to find their website for the information.

g1smd
20-09-2005, 17:26/05:26PM
Google for "301 redirect coldfusion", or similar, and you'll find several tutorials on this.

Use a program like WebBug to check that the redirects really are fully working.

SunTzu
21-09-2005, 10:46/10:46AM
Thanks I appreciate everyones advice.