talentedone
Well-Known Member
- Joined
- Jan 30, 2008
- Messages
- 218
- Reaction score
- 0
I have started a business for which I designed a website using the hosting provider's template (Wooza). I then asked GridHost to transfer my website/domain to them naively thinking the website content would also automatically be transferred. I have asked GridHost if they don't have a migration service, problem is I have already changed the nameservers to the new ones given to me by GridHost(don't know if this matters) so my website is blank at the moment. Gridhost take 24hours to respond so I cant wait that log every time I submit a support ticket so I have to resolve this issue myself.
Fortunately I saved each of my webpages before I requested the transfer so I have all my web pages saved in HTML format including the folder files. However when I use FTP program(CoreFTP) to upload these files my website comes up with just the skeleton.
I have never done any HTML programming in my life but I suspect that the website may be referencing to directories or files that only my old host(Wooza) has on their server. When I look at the source code:
<html><head>
<meta content="text/html; charset=windows-1252" http-equiv="Content-Type"><!--Tempdesignbeginmeta--><title>Home</title>
<link type="text/css" rel="stylesheet" href="../EasyScan-Home_files/common.css">
The bold part is where I believe the issue is because when I click on it it says <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>404 Not Found</title>
</head><body>
<h1>Not Found</h1>
<p>The requested URL /EasyScan-Home_files/hpstyle.css was not found on this server.</p>
<p>Additionally, a 404 Not Found
error was encountered while trying to use an ErrorDocument to handle the request.</p>
</body></html>.
Since I saved the webpages I do have a folder on my local computer called Easyscan_Home_files and I did upload this folder/directory and all others to public_html using CoreFTP. Therefore I do have a directory o my domain called EasyScan-Home_files and it certainly contains the common.css and the hpstyle.css files in it.
So what could possibly be the problem?
Fortunately I saved each of my webpages before I requested the transfer so I have all my web pages saved in HTML format including the folder files. However when I use FTP program(CoreFTP) to upload these files my website comes up with just the skeleton.
I have never done any HTML programming in my life but I suspect that the website may be referencing to directories or files that only my old host(Wooza) has on their server. When I look at the source code:
<html><head>
<meta content="text/html; charset=windows-1252" http-equiv="Content-Type"><!--Tempdesignbeginmeta--><title>Home</title>
<link type="text/css" rel="stylesheet" href="../EasyScan-Home_files/common.css">
The bold part is where I believe the issue is because when I click on it it says <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>404 Not Found</title>
</head><body>
<h1>Not Found</h1>
<p>The requested URL /EasyScan-Home_files/hpstyle.css was not found on this server.</p>
<p>Additionally, a 404 Not Found
error was encountered while trying to use an ErrorDocument to handle the request.</p>
</body></html>.
Since I saved the webpages I do have a folder on my local computer called Easyscan_Home_files and I did upload this folder/directory and all others to public_html using CoreFTP. Therefore I do have a directory o my domain called EasyScan-Home_files and it certainly contains the common.css and the hpstyle.css files in it.
So what could possibly be the problem?