Forum Moderators: bakedjake
There is little or no actual .asp programming on the current site that we need to duplicate on the current site. For the most part it's a static site that happens to be .asp. We're about to make it a dynamic site so it seems like a reasonable time to choose our preferred development environment.
I'm not well-versed in the technical aspects but the developer feels that they can address my concerns, most of which are related to preserving search engine performance. We have around 250 pages that have a firm footing in Google, etc. and we get a steady flow of traffic through those pages.
I've read some of the threads about moving a site to a new server, and feel comfortable with that scenario, but changing platforms seems like a double whammy to me.
I'm told that in the LAMP environment we can continue to serve up the old .asp file names so as to preserve our current search engine foothold. However, if feasible I'd like to replace those with .php pages over time.
1. Is this true?
2. Are there other factors I should be aware of in planning this transition?
3. Any other red flags that our developer should address?
There even is an ASP module for Apache, so you could continue using ASP. There is no VBscript, though, so it is an ASP framework with perl embedded.
Personally I would highly recommend mod_perl and HTML::Mason as a development platform for making dynamic sites under Linux, but there are a million other possibilities. PHP is a perfectly valid choice.
René.