Go Back   HostGator Peer Support Forums > Public Forums > Suggestions

Notices

Reply
 
Thread Tools
  #1  
Old 09-17-2008, 08:08 AM
lulu lulu is offline
Hatchling Croc
 
Join Date: Sep 2008
Posts: 12
Default cPanel Help, please

I Hope someone can give me step by step instructions on uploading a site onto a domain, please. I have done it two times and each time the Images will not load. I was told that the Images were in the wrong folder and that they had to be in a seperate directory within the domain.
I usually use FileZilla. Can you take me step by step through this so I can do it myself and not bother the support everytime?

Thank you
lulu
Reply With Quote
  #2  
Old 09-17-2008, 08:12 AM
striddy's Avatar
striddy striddy is offline
Veteran Croc
 
Join Date: Mar 2008
Location: /home/australia/earth
Posts: 4,040
Default Re: cPanel Help, please

Quote:
Originally Posted by lulu View Post
I Hope someone can give me step by step instructions on uploading a site onto a domain, please. I have done it two times and each time the Images will not load. I was told that the Images were in the wrong folder and that they had to be in a seperate directory within the domain.
I usually use FileZilla. Can you take me step by step through this so I can do it myself and not bother the support everytime?
It sounds like you are uploading ok, but perhaps have the path incorrect.

If you can share the domain with us we can take a look for you.
__________________
- David
Reply With Quote
  #3  
Old 09-17-2008, 09:34 AM
lulu lulu is offline
Hatchling Croc
 
Join Date: Sep 2008
Posts: 12
Default Re: cPanel Help, please

Hello Striddy,
Thanks for responding.
Primary domain: redemptiontime.com
Uploaded domain: best-home-biz-review.com

If you need login info, I can pm to you.
As mentioned, I need to be able to do this myself so a diagnosis and treatment, please.

Thanks
lulu
Reply With Quote
  #4  
Old 09-17-2008, 10:28 AM
striddy's Avatar
striddy striddy is offline
Veteran Croc
 
Join Date: Mar 2008
Location: /home/australia/earth
Posts: 4,040
Default Re: cPanel Help, please

Quote:
Originally Posted by lulu View Post
As mentioned, I need to be able to do this myself so a diagnosis and treatment, please.
As regards the primary domain, you have uploaded the images to the public_html directory whereas the code in the page points to pubic_html/images.

You will either need to create an images subfolder, then move the images there, or re-code all the image paths in the page.
__________________
- David
Reply With Quote
  #5  
Old 09-17-2008, 10:41 AM
lulu lulu is offline
Hatchling Croc
 
Join Date: Sep 2008
Posts: 12
Default Re: cPanel Help, please

Quote:
Originally Posted by striddy View Post
As regards the primary domain, you have uploaded the images to the public_html directory whereas the code in the page points to pubic_html/images.

You will either need to create an images subfolder, then move the images there, or re-code all the image paths in the page.

Re-coding all the images sounds foreign to me. I will therefore attempt the first option. So, file manager > public_html > .....then? Please continue from here..

Thanks
lulu
Reply With Quote
  #6  
Old 09-17-2008, 10:48 AM
striddy's Avatar
striddy striddy is offline
Veteran Croc
 
Join Date: Mar 2008
Location: /home/australia/earth
Posts: 4,040
Default Re: cPanel Help, please

Using cpanel > file manager > click on public_html then create a new directory called images. Then move all the images to that directory.

However this is much easier to do in filezilla. Right click the public_html directory > create new folder, call it images. Then just drag and drop the images from public_html into the images folder.
__________________
- David
Reply With Quote
  #7  
Old 09-17-2008, 11:30 AM
lulu lulu is offline
Hatchling Croc
 
Join Date: Sep 2008
Posts: 12
Default Re: cPanel Help, please

Quote:
Originally Posted by striddy View Post
Using cpanel > file manager > click on public_html then create a new directory called images. Then move all the images to that directory.

However this is much easier to do in filezilla. Right click the public_html directory > create new folder, call it images. Then just drag and drop the images from public_html into the images folder.

I will go do it now and will report back later. Thank you so much, Striddy
lulu
Reply With Quote
  #8  
Old 09-17-2008, 12:35 PM
lulu lulu is offline
Hatchling Croc
 
Join Date: Sep 2008
Posts: 12
Default Re: cPanel Help, please

Quote:
Originally Posted by lulu View Post
I will go do it now and will report back later. Thank you so much, Striddy
lulu
I had hoped to come back and shout Success. Can't. The images are in the images folder alright but not showing on the sight. Frustrating.
Reply With Quote
  #9  
Old 09-17-2008, 12:51 PM
REVOLUTIONS inc.'s Avatar
REVOLUTIONS inc. REVOLUTIONS inc. is offline
Swamp Croc
 
Join Date: Mar 2006
Location: San Francisco Califonia
Posts: 353
Default Re: cPanel Help, please

You images for the main domain show up as (example: http://redemptiontime.com/images/02-box.jpg)

But you said you had a different upload url correct?
Are your images in a different domain than what the code in the page is pointing to?
__________________
"when you do something truly revolutionary, you just have to break the mold".
Reply With Quote
  #10  
Old 09-17-2008, 12:57 PM
REVOLUTIONS inc.'s Avatar
REVOLUTIONS inc. REVOLUTIONS inc. is offline
Swamp Croc
 
Join Date: Mar 2006
Location: San Francisco Califonia
Posts: 353
Default Re: cPanel Help, please

Alternativly try emptying your browswers cache and/or adding a slash before images as in: "/images/02-box.jpg"
__________________
"when you do something truly revolutionary, you just have to break the mold".
Reply With Quote
  #11  
Old 09-17-2008, 01:09 PM
lulu lulu is offline
Hatchling Croc
 
Join Date: Sep 2008
Posts: 12
Default Re: cPanel Help, please

Quote:
Originally Posted by REVOLUTIONS inc. View Post
You images for the main domain show up as (example: http://redemptiontime.com/images/02-box.jpg)

But you said you had a different upload url correct?
Are your images in a different domain than what the code in the page is pointing to?
My primary domain is redemptiontime.com. I was uploading a new site onto best-home-biz-reviews.com. The site uploaded ok but without the images. I just created a new directory as instructed and tranfered the images but still no show.

lulu
Reply With Quote
  #12  
Old 09-17-2008, 01:10 PM
lulu lulu is offline
Hatchling Croc
 
Join Date: Sep 2008
Posts: 12
Default Re: cPanel Help, please

Quote:
Originally Posted by REVOLUTIONS inc. View Post
Alternativly try emptying your browswers cache and/or adding a slash before images as in: "/images/02-box.jpg"
yes, there was a /images
Reply With Quote
  #13  
Old 09-17-2008, 01:28 PM
gwyneth's Avatar
gwyneth gwyneth is offline
Supreme Croc
 
Join Date: Sep 2006
Location: up north
Posts: 6,843
Default Re: cPanel Help, please

Quote:
Originally Posted by lulu View Post
My primary domain is redemptiontime.com. I was uploading a new site onto best-home-biz-reviews.com. The site uploaded ok but without the images. I just created a new directory as instructed and tranfered the images but still no show.
Did you make best-home-biz-reviews.com an addon domain through cPanel?
Reply With Quote
  #14  
Old 09-17-2008, 02:32 PM
lulu lulu is offline
Hatchling Croc
 
Join Date: Sep 2008
Posts: 12
Default Re: cPanel Help, please

Quote:
Originally Posted by gwyneth View Post
Did you make best-home-biz-reviews.com an addon domain through cPanel?
Yes I did. The domain was registered at Godaddy so I changed the name servers to hostgator and then added it on in cpanel. As mentioned, the site itself uploaded without any problems but not the images.

lulu
Reply With Quote
  #15  
Old 09-17-2008, 02:54 PM
eLIANT eLIANT is offline
King Croc
 
Join Date: Apr 2005
Posts: 1,058
Default Re: cPanel Help, please

You've taken the correct steps, but uploaded to the wrong directory. With an Add-On domain, the web site files are contained in
public_html/DirectoryOfAddOnDomain.

So /images directory should be created there instead of public_html, and pictures should be uploaded to
public_html/DirectoryOfAddOnDomain/images
__________________

eLIANT Technology Services
(site feedback welcome)
Reply With Quote
  #16  
Old 09-17-2008, 06:01 PM
lulu lulu is offline
Hatchling Croc
 
Join Date: Sep 2008
Posts: 12
Default Re: cPanel Help, please

Quote:
Originally Posted by eLIANT View Post
You've taken the correct steps, but uploaded to the wrong directory. With an Add-On domain, the web site files are contained in
public_html/DirectoryOfAddOnDomain.

So /images directory should be created there instead of public_html, and pictures should be uploaded to
public_html/DirectoryOfAddOnDomain/images
Hi eLIANT,
Thanks for your input. I think what I need to do is delete everything I have done and start all over again the way you suggest.

lulu
Reply With Quote
  #17  
Old 09-17-2008, 06:42 PM
lulu lulu is offline
Hatchling Croc
 
Join Date: Sep 2008
Posts: 12
Default Re: cPanel Help, please

Quote:
Originally Posted by lulu View Post
Hi eLIANT,
Thanks for your input. I think what I need to do is delete everything I have done and start all over again the way you suggest.

lulu

I just made a discovery. The site and all the images are sitting very nicely but on the primary domain, not on the addon domain where I wanted it. Thanks to all of you who helped.
Now can someone tell me how to tranfer onto the addon domain, please.

Thank you all so much.
lulu
Reply With Quote
  #18  
Old 09-17-2008, 07:08 PM
eLIANT eLIANT is offline
King Croc
 
Join Date: Apr 2005
Posts: 1,058
Default Re: cPanel Help, please

If you have more than just a few files that should go into public_html/DirectoryOfAddOnDomain, I recommend uploading them all over again - it will be faster.

You can use cPanel's "File Manger" to move the /image directory all at once, but the files that need to be moved from public_html must be moved one at a time.
__________________

eLIANT Technology Services
(site feedback welcome)
Reply With Quote
  #19  
Old 09-17-2008, 08:06 PM
lulu lulu is offline
Hatchling Croc
 
Join Date: Sep 2008
Posts: 12
Default Re: cPanel Help, please

Quote:
Originally Posted by eLIANT View Post
If you have more than just a few files that should go into public_html/DirectoryOfAddOnDomain, I recommend uploading them all over again - it will be faster.

You can use cPanel's "File Manger" to move the /image directory all at once, but the files that need to be moved from public_html must be moved one at a time.
I will do as you suggest. Reloading is not a problem but deleting the files from the primary domain is what concerns me now. I hope I don't make more of a mess.
Thanks so much
lulu
Reply With Quote
  #20  
Old 09-17-2008, 09:11 PM
gwyneth's Avatar
gwyneth gwyneth is offline
Supreme Croc
 
Join Date: Sep 2006
Location: up north
Posts: 6,843
Default Re: cPanel Help, please

Quote:
Originally Posted by lulu View Post
I will do as you suggest. Reloading is not a problem but deleting the files from the primary domain is what concerns me now. I hope I don't make more of a mess.
Thanks so much
lulu
Why don't you just move them with FileZilla?
Reply With Quote
Reply

Bookmarks

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
cPanel 11... Teddy Rogers Shared Hosting Support 2 05-07-2007 08:11 AM
cpanel pro? xlr9 Shared Hosting Support 2 10-17-2004 10:48 PM

All times are GMT -6. The time now is 03:12 AM.