Forum Moderators: coopster

Message Too Old, No Replies

Client’s actual scripts: ASP – to be PHP redone

Best route?

         

henry0

6:04 pm on Apr 4, 2006 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



I might get a new sizeable piece of biz, existing site was done in ASP, and developer’s gone you know the story…

I will redo the existing and deliver many additions in PHP
But the problem is that their existing ASP pages do have a PR of 5 in G

How would you do the dev in order to save the actual G ranking
I am not crazy about redirect or permanent redirect that does not look like a “permanent” solution

Could a page with an ASP extension reads (parse) a PHP script

How would you go about my problem?
any solution?

thanks

jatar_k

6:25 pm on Apr 4, 2006 (gmt 0)

WebmasterWorld Administrator 10+ Year Member



>> Could a page with an ASP extension reads (parse) a PHP script

yes and that is the way to go, just make sure you don't get it parsing for both asp and php, this will cause problems. I did it with jsp once ;)

henry0

6:32 pm on Apr 4, 2006 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Thanks
That option I like, I remember discussing parsing here a few days ago
but did not know if that was possible from ASP to read PHP.

indeed I like that option better :)