Skip to main content
Participating Frequently
February 15, 2007
Question

Changing web host

  • February 15, 2007
  • 17 replies
  • 1548 views
When my company was doing well I had our website developed by professionals, using ColdFusion. However, business has taken a nose dive and I've been forced to find cheaper hosting service. Before ending the contract with the old service I downloaded (via FTP, using FileZila) what I believe was the entire website and SQL database. I've uploaded the entire site to the new host (GoDaddy), but I am not able to open our webiste. I do subscribe to a CF server and SQL.
GoDaddy first said my index file was not in the root. Guess it was not in the root at the old server, but I located the file and copied it (index.cfm) to the root. However, this only generated the following:

Error occured while processing request:

Could not find the included template fbx_fusebox30_CF50.cfm.
Note: If you wish to use an absolute template path (e.g. TEMPLATE="/mypath/index.cfm") with CFINCLUDE then you must create a mapping for the path using the ColdFusion Administrator. Using relative paths (e.g. TEMPLATE="index.cfm" or TEMPLATE="../index.cfm") does not require the creation of any special mappings. It is therefore recommended that you use relative paths with CFINCLUDE whenever possible.

The error occurred in D:\Hosting\acg2003\index.cfm: line 17

15 : <cfelse>
16 : <cfif variables.fuseboxOSName contains "Windows">
17 : <cfinclude template="fbx_fusebox30_CF50.cfm">
18 : <cfelse>
19 : <cfinclude template="fbx_fusebox30_CF50_nix.cfm">

This is when I realize I am in over my head. I'm not a CF programmer. I've just started to get comfortable with Dreamweaver.

Could anyone, based on the above, tell me if I am attempting something that will be imposible to do, move an entire website from one server to another? Or, do I need help from (expensive) professionals to do this? Or, is there an easy and free way to accomplish the move? Can I expect to have to make massive amounts of link changes?

Please, any input will be greatly appreciated.

Tor-Eddie
This topic has been closed for replies.

17 replies

Inspiring
February 15, 2007
Tor-Eddie,

I've been trying to wrap my head around this, and got an idea from looking at your previous posts again.

In your FTP program, go into the html directory.

Select everything, and copy it to the root of your new godaddy site. (i.e. - everything is no longer a subdir of /html.

One of your messages was actually a datasource error; the rest might very well be resolved this way. A new datasource with the same name dcconley will have to be created on SQL anyway (you probably already did this).

- Mike
toreddieAuthor
Participating Frequently
February 15, 2007
Mike,
Sent private e-mail. Got it?
Inspiring
February 15, 2007
Ah, what the hay.

Email address is: mikejudd@thejuddcompanies.com

We'll return after resolution.

- Mike
Inspiring
February 15, 2007
We may want to take this offline for a while - don't want to "overpost".

Use the "Send Private Message" under my name and give me your email address, I'll send mine back, etc.

- Mike
toreddieAuthor
Participating Frequently
February 15, 2007
Mike,
The index.cfm file has been deleted. All the folders found in the .../acg2003/ GoDaddy root is what I uploaded. However, GoDaddy, by default had added two files:
gdform.asp and welcome.html

I renamed the welcome.html to welcome.old because with the html extension it took precedence and displayed a generic GoDaddy page saying that "this website is under construction".

Anything else you need? I really appreciate your help.

Tor-Eddie
Inspiring
February 15, 2007
Yes, delete it so that we can have a starting point.

- Mike
toreddieAuthor
Participating Frequently
February 15, 2007
Mike,
Yes, Magma.ca is the old hosting company.
Yes, registrant is now godaddy.com - also used to be magma.ca

I uploaded the folders and files about 3 weeks ago. The DNS changes should have been done 10-14 days ago.

Still need me to delete the redirect index.cfm file?

Tor-Eddie
Inspiring
February 15, 2007
Sorry Tor-Eddie, I just looked up the whois and made the connection. I'm thinking that your DNS has not updated yet.

Is magma.ca your old hosting company?

I see your registrant info as godaddy.com - when did you put the site up, and make your DNS changes in the godady admin?

- Mike
Inspiring
February 15, 2007
No offense, Tor-Eddie, but I stay away from recommending in this area. I always build and host dedicated machines, which run around $120/mo per or so, and don't do shared anything. But I do fully understand that if there's no money for something, there's no money for it!

As far as the directory structure, what is their actual structure? (i.e. - does there appear to be any "root").

Do you use Dreamweaver to connect to the website? If so, you should be able to see in remote view what the dir structure is on the godaddy server.

On another note, I went to the url you provided, and it looks like the redirect I gave you goes someplace strange. Is this "Magma" someone godaddy uses for shared hosting?

Anyway, please take the index.cfm that I gave you and delete it, then post again, and I will try and see where the site defaults are, then we can try again.

- Mike
toreddieAuthor
Participating Frequently
February 15, 2007
Mike,
I've requested info from the web designers per your request.
I don't have access to anything else but the files and folders I downloaded (FTP) from the old host server.
This is what I downloaded:
- Folders: aquaculture, ftp, html, logfiles, real, secure_html
- Files: dcconleysql.bak (=back-up of our sql server files)

Each folder has subfolders, except ftp and real, which are empty. Logfiles contain about 50 zip files.
The html folder has the following subfolders: admin, aspnet_client, dms, images, includes and upload, and about 85 files.
Aquaculture has 3 subfolders. Secure_html folder has 4 subfolders.

Don't think I said the files were running. I don't know that.

We also had a Content Management System (CMS) built for our website. I don't know if that is part of what I downloaded. Could that be what's in "secure_html"?

BTW: our URL is: www.aquacomgroup.com

Since GoDaddy's CF hosting "sucks", any alternative to suggest, which does not cost "an arm and a leg"?

Tor-Eddie