changinf webhosts

windows

Guest
Hello,I am wanting to change web hosts,I currently use Angelfire,I am looking for a web host that will allow alot of bandwidth,and at least 100 mb of disk space,Is there a way to do this without having to redo the whole site,can't I just trnsfer it to another hosts?And how?<br />
<br />
Thanks,April<!--content-->You shouldn't have to re-do it, most hosts will tell you how to transfer over your site and you would just use your FTP client to move all your files over. Someone else should reply soon with more details/experience in having done this.<!--content-->A few tips for transfering your site from hoast to hoast<br />
<br />
  1. <br />
    Always backup a copy of your site.<br />
    Check with your new hoast whoever they are that your forms will work on the new server if neccacary get them to check for you buy looking at your current site and then remake the forms so that you can upload them asap.<br />
    Always backup a copy of your site.<br />
    [/list=1] <br />
    <br />
    Who are you looking to transfer to if you are on angelfire now do you have your own domain pointing to it or are you just using the angelfire sub directory? all you need to do if moving from a hoast like this is backup your work then upload the pages to the new hoast you don't have to re make the website just cos you are moving it unless you are using scripts that they provide in there cgi bin.<!--content-->Hi April,<br />
    <br />
    I dont know too much about Angelfire, but if you can Download <!--more--> a backup of your site from your control panel then you will be able to upload that with your new host and that should transfer everything. However, i am presuming that you wont have that facility with them so the easiest thing to do would be this:-<br />
    <br />
    Login using your FTP client (like CuteFTP or WSFTP), select all the files in your web directory and Download <!--more--> them to a directory on your computer.<br />
    <br />
    Then you need to login to your new host using FTP again, and upload all the files that you just Download <!--more-->ed to the web directory.<br />
    <br />
    Then finally, log in to your new hosts control panel and set up any email accounts you need and point your domain name at your new hosts Nameservers and your done!<br />
    <br />
    Good luck.<br />
    <br />
    Goody :)<!--content-->The only part of your website that may need changing is if you have hardcoded any links or image references in the HTML code: <A HREF=http://www.htmlforums.com/archive/index.php/"http://mysite.com/page2.htm">... vs. <A HREF="page2.htm">... and <IMG SRC="http://mysite.com/image1.png"> vs. <IMG SRC="image1.png"><br />
    <br />
    <br />
    <br />
    In place of each named .htm page on your old site put up a redirecting page so your old visotors can still find you:<br />
    <br />
    <br />
    <br />
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><br />
    <br />
    <HTML><br />
    <HEAD><br />
    <TITLE> Site Has Moved.</TITLE><br />
    <META HTTP-EQUIV="refresh" CONTENT="3; URL=http://newsite/index.htm"><br />
    </HEAD><br />
    <br />
    <BODY BGCOLOR="#C0C0C0"><br />
    <br />
    <P><HR NOSHADE><P><br />
    <br />
    <CENTER><br />
    <FONT FACE="Arial, Helvetica" SIZE="4" COLOR="#000000"><br />
    This site has moved to:<br />
    <<A HREF=http://www.htmlforums.com/archive/index.php/"http://newsite/index.htm">http://newsite/index.htm</A>>.<br />
    </FONT><br />
    <br />
    </CENTER><br />
    <br />
    <P><HR NOSHADE><P><br />
    <br />
    </BODY><br />
    <br />
    </HTML><br />
    <br />
    <br />
    <br />
    If you already knew this stuff, then this message is for the new kids on the block that didn't.<!--content-->
 
Back
Top