Results 1 to 4 of 4
  1. #1
    Join Date
    Mar 2009
    Posts
    33
    Plugin Contributions
    0

    Default Site Transfer (by hosting company) gone crazy

    Hi Everyone,

    I have just had my site http://ritualchest.com transfered over to another hosting company, they did the transfer.

    Now the site has been transfered I have lost all the banners I made for the links section and other parts of the site, a box with a red X is there but no banner picture, if I click on it, it goes to the site, when I go in my FTP to fix them nothing happens.

    Before the transfer the code I would use for the banner was

    <img src="http://ftp.ritualchest.com/images/auction.JPG"></a>

    and it would work fine.

    Now I don't see /images/ in the admin unless I go into /public_html/images/ I tried to put the banners in /public_html/images/ and changed the code to

    <img src="http://ftp.ritualchest.com/public_html/images/auction.JPG"></a>

    Still nothing happens, I also tried to make an images folder and still it didn't work.

    I am fairly new to this so please don't yell at me.

    I hope I wrote this clear enough to understand.

    Thanks

    Peter

  2. #2
    Join Date
    Jun 2003
    Posts
    33,825
    Plugin Contributions
    0

    Default Re: Site Transfer (by hosting company) gone crazy

    What exactly are you want to do? Are you wanting an image to be able to be clicked to take you to another URL?
    Please do not PM for support issues: a private solution doesn't benefit the community.

    Be careful with unsolicited advice via email or PM - Make sure the person you are talking to is a reliable source.

  3. #3
    Join Date
    Mar 2009
    Posts
    33
    Plugin Contributions
    0

    Default Re: Site Transfer (by hosting company) gone crazy

    Hi Kim,

    Thanks for the quick reply.

    Yes, thats what I want to do, but I can't get the image on my site.

    Pete

  4. #4
    Join Date
    Aug 2005
    Posts
    26,067
    Plugin Contributions
    9

    Default Re: Site Transfer (by hosting company) gone crazy

    Code:
    <img
    src="http://ftp.ritualchest.com/images/auction.JPG"></a>
    FTP is not what you want

    try
    Code:
    <img src="http://ritualchest.com/images/auction.JPG"></a>
    Zen-Venom Get Bitten
    Get Your Business Found

 

 

Similar Threads

  1. How to Transfer To another Hosting Company
    By chrisb in forum General Questions
    Replies: 1
    Last Post: 17 Feb 2008, 02:05 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •