Forum Moderators: Robert Charlton & goodroi

Message Too Old, No Replies

Google and Alexa Rating & Changing Platform

         

ErJohn

7:17 am on Jan 11, 2008 (gmt 0)

10+ Year Member



Hi everybody;

I have a website that I had it built on ASP platform.

If I change the platform from ASP to let say JSP or any other platform down the road, would it affect?
1- Alexa rating
2- Google / Search engine rating.

If so, how it would affect?

Thanks for your help and best wishes to you all.

ecmedia

3:13 pm on Jan 11, 2008 (gmt 0)

10+ Year Member



I think as long as the URLs remains the same there should be no change.

tedster

5:33 pm on Jan 11, 2008 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Right - just make sure you don't change the .asp or .aspx extensions. Instead, configure the server to parse your legacy extensions through the new technology - Tomcat or the PHP engine or whatever technology you end up choosing.

centime

6:35 pm on Jan 11, 2008 (gmt 0)

10+ Year Member



If you are on shared hosting, an do not have the power to configure the server to use asp or aspx extentions for JSP,

You have some adventures coming

I know, been there done that,

If you can manage to get some form of 301 redirect working, it might help,

If you've dedicated hosting, you can probably do what others have mentioned, retain the .asp, .aspx extentions

freelistfool

3:38 am on Jan 12, 2008 (gmt 0)

10+ Year Member



If you change from .asp to .jsp pages in your urls you'll lose all juice from inbound links to the old .asp pages.

Like others have already mentioned you'll need to do some configuration on your web server to keep the urls the same OR 301 redirect them all.

g1smd

12:35 pm on Jan 12, 2008 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



I recently looked at a site that has kept their old .asp URLs, but the whole thing now runs on PHP scripts.

It is interesting to see the hackers in the log files that are trying to exploit various ASP flaws and always failing.

freelistfool

3:45 am on Jan 13, 2008 (gmt 0)

10+ Year Member



Yeah, when I went from a Windows platform to Linux it solved a lot of my problems. I still see the hackers trying to hit my site too. No more ASP for me...and much better results.