Jump to content

moving php website to new host / MESS


36x24x36

Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.