PDA

View Full Version : Migrating from MS/ASP to Linux PHP


WilliFixit
05-11-2009, 05:29 PM
Have about 8 domains, with web sites mostly written in Dreamweaver using WebAssist products. Since WebAssist is (has) migrating to purly PHP and I like the products, and since I have no specific ties or need to use the Microsoft platform, I am going to migrate too...

What I am looking for is anything that I need to think about to make this migration successful.

Here are some data about the current sites:
- No MS SQL used
- No other database used
- Hosted on MS server
- ASP - one Captcha (third-party); WA_Universal Email ASP used in some "contact us" forms

New platform:
-Linux
-MySQL available
- Perl, Python, PHP 4/5

Thanks in advance for any input you can provide!!!

Will Adams

Ray Borduin
05-12-2009, 07:54 AM
The hardest part is usually moving over the database, so since you don't have one it should be pretty easy.

Get the Contact Form Solution from Webassist which includes the captcha. It will get you a head start on doing emails in general and give you the captcha functionality for php.

WilliFixit
05-12-2009, 11:00 AM
Thanks for the tip on the Contact Form Solution pack. I purchased and downloaded. However that brought up some questions. For example, I was already using Universal Email for emailing.

- What changes to the existing WA_Universal_Email folder, which currently has two ASP files in it? (Just delete them or what?)

- What changes should I make in Dreamweaver, now that the site is PHP rather than MS?

Any other help would be appreciated.

Thanks,

Will

Ray Borduin
05-12-2009, 12:42 PM
You are probably going to want to start a separate site for php with all new files.

Copy one file at a time from your asp site to your php site. Use your ASP site as a guide and copy and paste the <html> contents, but you are going to need to remove all of the server code and reapply all of the server behaviors.