36x24x36 Posted May 9, 2007 Share Posted May 9, 2007 I'm a flash developer. I truly need help. My boss bought new hosting, and I'm tasked with moving the php website to the new host. There's a digital drop box, and an email form, both broken now. First off, can anyone give me any "don't forget to" tips on editing a php website for a new host? Most of it's working; all except for the forms. ??? Can anyone explain the proper way to edit this code ... or if it's the code I need to edit? Note: etlogic.com is our old host, and photosvt.com is our domain name. $SERVER = "etlogic.etlogic.com";//"www.etdev.com"; has me the most confused. /*************** IMPORTANT LOCATION VARIABLES **************************/ $SERVER = "etlogic.etlogic.com";//"www.etdev.com"; //$uploadDir = "/tmp"; $downloadDir = "/client/home/photosvt/uploads"; $uploadURL = //NOT USED "http://$SERVER/~photosvt/uploads"; $adminEmail = "[email protected],[email protected]";//"[email protected]";//who in the company gets upload notifications? $companyEmail = "[email protected]"; //email address that customer sees in their confirmation $ftpLocation = "ftp://[email protected]/uploads/"; Link to comment https://forums.phpfreaks.com/topic/50576-moving-php-website-to-new-host-mess/ Share on other sites More sharing options...
36x24x36 Posted May 9, 2007 Author Share Posted May 9, 2007 *bump* :'( Link to comment https://forums.phpfreaks.com/topic/50576-moving-php-website-to-new-host-mess/#findComment-249140 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.