Web hosting question

Hi. I'm looking for a free web hosting company for a site
that I'm building in Dreamweaver CS3; it will have relatively small
level of traffic. If possible, it should allow multiple (2 or 3)
people to be able to log on as admins and change the site. Also,
built-in templates would be great. No server-side technology (CFML,
ASP, etc.) is necessary. There are tons on Google, but are there
any that are ad-free? Thank you.

There may be but I certainly don't know of any. Free hosting
and no advertising revenue? What kind of revenue model would that
be?
I do remember one someone mentioned last year. The site
doesn't display ads, but the tool you use to develop does. Which
means that you can't use Dreamweaver. If you're interested in that
I can try to find it.

Similar Messages

  • Domain & Web Host Questions? Recommendations

    Hi, I've been looking to purchase a domain name for my
    portfolio site and have it hosted seperately. I've had plenty of
    luck finding good review sites for hosting companies but none
    concerning registrars. What domain registrars would you suggest
    (excluding GoDaddy)? Also, when looking for a hosting company how
    do I find out if dreamweaver sites are compatible? Any feedback
    would be much appreciated!

    That's who I use....
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "Mad Dog" <[email protected]> wrote in
    message
    news:f6mm4b$srv$[email protected]..
    > BTW, that's Dotster for domain registration only.
    >
    > Mad Dog wrote:
    >> I highly recommend www.dotster.com. Anyone second
    that?
    >>
    >> MD
    >>
    >>
    >> medeine wrote:
    >>> Hi, I've been looking to purchase a domain name
    for my portfolio site
    >>> and have it hosted seperately. I've had plenty
    of luck finding good
    >>> review sites for hosting companies but none
    concerning registrars.
    >>> What domain registrars would you suggest
    (excluding GoDaddy)? Also,
    >>> when looking for a hosting company how do I find
    out if dreamweaver
    >>> sites are compatible? Any feedback would be much
    appreciated!
    >
    >

  • So where is the forum category for bt web hosting ...

    Where is the forum category for bt web hosting questions?

    Thanks Mazert
    The reason I ask this is because BT Retail Businesshave their own help and support channels which are aimed for their business customers.
    This forum here is for BT Retail residential customers, and therefore the support and knowledge about the BT business webhosting service and domain services are not on this forum.
    To go to the BT Retail Buisness Website hosting & domains forum go to: https://business.forums.bt.com/t5/Website-hosting-domains/bd-p/Webhosting
    for user guides and help on BT Retail Buisness Website hosting & domains go to http://btbusiness.custhelp.com/app/hub/c/1995/session/L2F2LzEvdGltZS8xMzk1NDMzMjUwL3NpZC9mZXk5d1BQbA...
    jac_95 | BT.com Help Site | BT Service Status
    Someone Solved Your Question?
    Please let other members know by clicking on ’Mark as Accepted Solution’
    Try a Search
    See if someone in the community had the same problem and how they got it resolved.

  • Web Hosting For Beggeiners

    I would like to start hosting websites, however I am very new the the server end of mac. I am wondering if there is any where I can go to learn the ins and outs of Mac Web hosting? I was also wondering if there was any form of web hosting automation for mac (e.i. Plesk/Zpanel) one that would run on the Mac OS without having to install Parallels. Any help you can give is much appreciated.

    This website is a good source of information for web hosting providers: http://www.webhostingtalk.com. It is a forum for web hosting providers so you won't find step-by-step tutorials there but it is a good place to search for answers to your web hosting questions. To my knowledge there is no native cPanel/Plesk type solutions for Mac. The market for that sort of product seems to be primary for Linux-based servers.

  • A Web Hosting Diary...guide/?'s/Help!

    I'm moving this thread here, because it wasn't getting any attention.  I had it buried in some obscure tutorial comment section--a niche void of the netherworld.  Anyway, I copied it all over because I was tired of listening to myself.  My hope is to help those, like me, who are total n00bs to websites and web hosting.  Be sure to read thru the post first or you'll make the same mistakes I did!  :-).  It can be discouraging.  Also, I hope to get help from others who have forged ahead, and who can shed some light on questions I have as they develop.  Thanks in advance.
    3/21/2010 - Swallowed the red pill...entering the rabbit hole...Mad-Hatter driving me nuts!
    How do I make the website I created from a tutorial with DW4 (trial version) available to others on the web?  I want to host it myself...on my own computer...the same one I'm using now.
    My setup:  Windows XP Pro, xampp, and DW4.  I have an AT&T DSL modem that acts as a router (i can configure it to forward ports, etc.).  Also, I have a registered host name with dyndns (example:  myhost.dyndns.org).  Moreover, I have an update client from dyndns that supposedly updates my IP address if/when my ISP changes it.
    Correct me if I'm wrong, but as I understand it an end user types in my dyndns host address into their browser's address bar.  Dyndns redirects them to my external IP, which I'm assuming is my router's IP.  Then, my router forwards the request to my pc, which is a different IP, right?  So, if I setup a virtual host on my pc that redirects any request coming from my dyndns host to a specific vhost folder, why would I need a static IP address?  I set one up anyway, because just about every post I read on the subject of hosting your own website said to do so.
    I've installed Xampp and both the Apache and MySQL apps are running.  I've also started the FileZilla app.  I have forwarded the TCP ports on my router (21, 80, 8080, 3306).  I have a registered host name at DynDNS.com, and their Open Port Tool indicates that my external IP is open and accepting connections.  I have completed all three parts of the "Building your first dynamic website..."  This created a "Feedback" website that I am trying to "put" on the web (just to learn how to do it).  I edited the httpd and httpd-vhosts files to setup virtual host containers for my localhost and DynDNS host (using NameVirtualHost = *:80 consistent with my containers, and yes I added the permissions directive to the httpd-vhosts file).  I did this because, from what I gathered on several forum posts, I needed a virtual container to redirect requests coming from my DynDNS host to the proper website.  My "feedback" website functions just fine locally.
    In an attempt to "put" my website on the web where others can see it, I setup a virtual host folder called E:/vhosts/Feedback.  The directoryroot in httpd-vhosts points to this location.  In the DW4 "Manage Sites..." dialogue box for remote info I selected local/network, localhost, and targeted the E:/vhosts/Feedback folder.  This seemed to work as the site was "uploaded" to that folder (I could see them in windows explorer).  However, I still could not visit the site from the web.  Next, I tried several different remote info configurations.  The only one I felt came even close to working was when I ran the FileZilla app and used FTP (to configure the remote info in "Manage Sites...").  With the FileZilla admin window open I could actually see myself logging in, but it could not find the E:/vhosts/Feedback folders.  The error said that the file did not exist or there was a permission problem.  Well, the files do exist (I can see them in windows explorer); and I thought that entering the following directive in my httpd-vhost file would avoid any permissions issues:
    <Directory E:/vhosts>
       Order Deny,Allow
       Allow from all
    </Directory>
    So, I finally broke down and bought custom DNS services from dyndns.com for $30/yr.  This allowed me to register a domain name in addition to the free hosting service I had already signed up for.  I was expecting an email with the FTP info for the remote info dialogue window in DW4, as mentioned in some posts.  I did NOT receive any such an email.  Now, I feel like I just wasted 30 bucks.
    I have spent 2-3 hours a night for that past few days trying to figure out how to "put" my Feedback website on the web either from my own computer or a hosting service.  I knew nothing about websites prior to downloading the DW4 trial version roughly 6 days ago.  I would not have been able to tell you the difference between a static and dynamic site.  I've learned a lot since then thanks to these tutorials and moderator feedback, but only enough to realize how much more is out there.  I've only scratched the surface so to speak.  However, I've been running in circles lately and I just don't understand what's going on.  Any help would be greatly appreciated.
    I find it simply astounding that these tutorials would go so far as to instruct me on how to download, install, and setup xampp, create a database in myPHPadmin, setup local and test servers in DW4; and yet, somehow neglect to instruct me on how to configure these apps to make the site available from the web.  I mean, what is the point of creating a WEBsite if I can't put it on the WEB?!
    3/22/2010 - Horse bucked me off into the mud...time for a new horse!
    Good news:  I got a refund from DynDNS.  They only offer domain name and host name services--not website hosting!  I had misunderstood them to be a web hosting service.  Also, I think I know what the problem was.  The static IP I set from my router was still "private."  I needed to have set it to a public, external, static IP, right?  Anyway, I've given up on the whole self-hosting thing.  Gonna try GoDaddy.
    3/23/2010 - Remember that story about the frog who could only jump 1/2 the distance to the end of the dock?  I know EXACTLY what that feels like...
    Now, I have some kind of database problem.  I was successful in uploading my feedback website to GoDaddy.  However, when I viewed my page there were some "localhost" SQL database errors that I'm assuming were generated because the database I was referencing in my site is actually located on my machine.  So, I created a similar database on GoDaddy's PHP server, but when I go to update the location of my database in DW4 (double-clicking the db in the databases panel) it times out looking for the server, and crashes DW4 every single time.  A window pops up that says "File Activity - localhost" and it just sits there until I close it.  Then, DW4 crashes (I click the End Now button).
    What do I have to do to get DW4 to use the databases I created on my host's PHP server?
    3/24/2010 - Eureka!  I'm going streaking!  C'mon everyone!
    It works!  I can't believe it actually works!  It's sooooo beautiful when it works!
    It was the Test Server configuration!  The name is what misled me.  I figured the Test Server was for testing purposes only--a local place to check the functionality of my site before uploading it.  But, no!  It actually determines which Application Server is acting on my website.  That's why DW4 kept crashing.  I was attempting to establish a database (MySQL) connection to my Host's Application Server with my Test Server configured for localhost!  I had a hunch this was the case, but I wasn't sure where the Application Server was located--whether on my Host's web server or on their Application (PHP) server.  I was trying to put the SQL connection info in the Test Server configuration box.  Recalling a diagram from a tutorial it dawned on me that they're both in the same place!  Once I set my Test Server to the same location as my web server (remote info)...voila!  The only difference being the pathname:  "/" for the test server, and "/feedback" for the remote info.  I could then edit my database connection without crashing.  I noticed I had to export my database from my local App Server (myPHPadmin), and import it to my Host's App Server (also myPHPadmin) in order for the website to function properly. 
    So, this experience has raised some new questions:
    1.  Why aren't there profiles within the site manager that would allow me to select whether I want to test locally or remotely?  As it is, I have to go in and manually change the test server to my machine's local App Server each time I want to test locally, and then change it back to my Host's App Server when I want to upload my site.  Moreover, I have to edit the database (MySQL) connection to point to a local database stored on my app server to test locally, and change it back to test remotely; which means I have to export the database from my Host's App Server, and import it to my local App Server!
    2.  If I had more than one test server, presuming I diversified my Hosts to have a backup site ready to go in the unlikely event GoDaddy's Scotsdale AZ datacenter got nuked, how would the website I was working on locally in DW4 know which site to use (from my Site Manager...)?  In other words, if I have two test servers in my DW4 Site Manager, how does the website I'm working on know which test server to use?  It seems to me that in order to establish a MySQL connection in the database panel, I need to have the correct Test Server configured.  But, if there's two how does it know which one to use?  The reason I ask is because when I click the [+] button in the database panel it only asks for a SQL server.  There is no option to select a site.  If the SQL database connection depends on the Test Server, how would it know which one of my two test servers is acting on the database?
    2.a.  Why doesn't DW4 call the "Test Server" what it really is--an Application Server?!  Had this distinction been evident in the "Category" column of the DW4 Site Manager, it would have saved me a 6-day trip to a new dimension of pissed off!
    3.  What happens to my website when I try to edit the files located on my remote site?  I noticed when I attempt to load them (by double-clicking the file in my remote file panel) that a window pops up asking me if I really want to open a "dependent" file.  Does this mean my site will not function properly when I'm editing the remote file?  Or, does DW4 download a copy of it?

    Hi
    I am not suprised no one answered your questions, there are simply to many of them. Can I suggest you read the faq on 'how to get help quickly at - http://forums.adobe.com/thread/470404.
    Especially the section Don't which says -
    DON'T
    Don't post a series of questions in  a single post. Splitting them into separate threads increases your  chances of a quick answer.
    PZ
    www.pziecina.com

  • Can I use iCloud as a web host

    I have no knowledge of iCloud. I have never wanted to have all of my information "out there". So my question is two fold; can I use iCloud as a web host for a webpage I design in iWeb. I'd like to advertise my condo for rental. The second part of my question is; can I only store that portion of information on iCloud, or do I need to share all of my computer info?
    Thank you.

    No.
    iCloud isn't like our old iDisk. It's more about connecting muliple devices to the same shared data.

  • How do I setup a php testing server that connects to my web host?

    My web host (webhostingpad.com) has php on it. I need to setup a testing server that connects to this so I can test my site locally.
    My questions are:
    1. Do I set this up as a local network connection or an sftp (same as my remote)?
    2. what information do I put in to make this work?

    1024MB is enough to have 2 instances but You have to know what are going to be the requirements levels of those instances in order to check if your memory is enough.
    The memory is a theme that relate Oracle SGA with RAM in the machine.
    To have a second database server you have to make another installation in a different Oracle Home.
    It is not the same to have 2 instances than 2 Oracle database servers.
    Do you know what is the difference ?
    Joel P�rez

  • Applet loads/plays in preview, but not on live web host server

    When I use FireFox 3 to browse to the “flexdc08.htm” document (yes, javascript is turned on) I get this message in the browser status bar – “Applet llp3 started”.
    But, only a blank page is ever displayed, nothing ever gets loaded, the application never starts.
    Specifically, I am questioning this line of code in the “flexdc08.htm” file –
    <APPLET CODE="llp3.class" ARCHIVE="llp3.jar,skinw.jar" width=664 height=453 MAYSCRIPT>
    The files “llp3.class” and “skinw.jar” do not exist. “llp3.jar” does exist.
    Here is a complete listing of the code in “flexdc08.htm” –
    <HTML><HEAD><TITLE></TITLE></HEAD>
    <BODY BGCOLOR='#FFFFFF' leftmargin=0 topmargin=0 rightmargin=0>
    <DIV ID='TDemoID' STYLE='position:absolute; left:10; top:10; visibility:visible'>
    <APPLET CODE="llp3.class" ARCHIVE="llp3.jar,skinw.jar" width=664 height=453 MAYSCRIPT>
    <PARAM NAME="ProjectFile" VALUE="flexdc08.ctd" />
    <PARAM NAME="LB" VALUE="0xFFFFFF" />
    <PARAM NAME="TC" VALUE="0x000000" />
    <PARAM NAME="SynchLoad" VALUE="1" />
    <PARAM NAME="FromSkin" VALUE="1" />
    <PARAM NAME="LoadingMsg" VALUE="Loading Demo..." />
    <PARAM NAME="ExpiredMsg" VALUE="Time limit expired." />
    <PARAM NAME="CorruptedMsg" VALUE="Demo File is corrupted." />
    <PARAM NAME="LoopMsg" VALUE="Loop" />
    <PARAM NAME="ProjectName" VALUE="Project Name" />
    <PARAM NAME="ProjectVer" VALUE="Project Version" />
    <PARAM NAME="Author" VALUE="Author" />
    <PARAM NAME="AURL" VALUE="Author's URL" />
    <PARAM NAME="AEMail" VALUE="Author's E-Mail" />
    <PARAM NAME="StopMsg" VALUE="STOP! The HTML page has been modified." />
    <PARAM NAME="IsLoop" VALUE="0" />
    </APPLET>
    </DIV>
    </BODY></HTML>
    And, here is a complete listing of all of the files on the web host server –
    autorun.inf
    autostart.exe
    autostart.ini
    flexdc08.ctd
    flexdc08.htm
    flexdc08_1.au
    flexdc08_10.au
    flexdc08_11.au
    flexdc08_12.au
    flexdc08_13.au
    flexdc08_14.au
    flexdc08_15.au
    flexdc08_16.au
    flexdc08_17.au
    flexdc08_18.au
    flexdc08_19.au
    flexdc08_2.au
    flexdc08_3.au
    flexdc08_4.au
    flexdc08_5.au
    flexdc08_6.au
    flexdc08_7.au
    flexdc08_8.au
    flexdc08_9.au
    llp3.jar
    playbutton.gif
    The applet starts and plays fine when previewing from within Dreamweaver. It's just when it is published o the web host server and tried to access from there in a browser that it will not start.
    Is there a good way to debug the applet startup?
    These files were provided to us from a vendor on a CD, which plays when inserted into the PC drive.
    Thanks,
    Mark

    Are you sure you are uploading the pages to the correct location?
    Could you post a screen capture of your expanded files window, showing the remote server and local file structures?
    I'm guessing they're not identical and that you may be uploading to a redundant root folder.

  • Setting up Business Catalyst Web Hosting & Email

    I'm a new CreativeCloud subscriber and want to use Business Catalyst (BC) to host two sites I have presently hosted with Yahoo. Switching a site over to BC can be tricky as I need to point my DNS to BC and figure out how email will work. The help pages for email on the BC help site is vague and only offers an example if you happen to use Google Email App (Gmail). I have previously set up my Yahoo email account using POP3 to receive my domain based emails. It works great and I would like to continue using Yahoo to do this. But the settings for POP 3 are not provided by BC. Can you give me any more information about this? Is it possible to use Yahoo to receive my domain based emails?
    The other question I have is about how timing and how to move from Yahoo to BC upon updating the DNS to point to BC; what is the best way to do this to insure that the site isn't down at any time? Should I simply point the DNS to BC and once it's active I can cancel my Yahoo hosting? How can I tell when the DNS has switched?
    Do you have any other cusotmer support infrastruture, other than this discussion based tool? Do you provide customer support by phone? I'm concerned about switching over to a new web hosting tool that doens't have good and imediate customer support. I've used discussion baesd tools before and they can take a long time to get an answer and occasionally the problem is never answered.

    Hi Jsokko,
    What you need to do is log in to admin console on your site and add a domain to it. That is step 4 in this article http://forums.adobe.com/docs/DOC-1741. Then you need to either redelegate DNS to us or point the A-records to us. See step 3 in that same article.
    If you decide to redelegate the domain name to us you will need to create an MX record that points back to Yahoo. Ask Yahoo support what their MX record is and once you obtain it you need to set it up under Site Settings > Domain Names. You should set everything up at our end first before redelegating to avoid downtime.
    Finally, our support team can be reached through Help and Support link in admin.
    Cheers,
    Mario

  • Just one needed particular GoDaddy web hosting account button link gives error in FF but ok in Pale Moon and IE

    Greetings:
    I've searched but am unable to find a clue. Using Win 7 Home Premium (updates current) on HP DV3T-2000 64-bit.
    Recently (possibly after upgrading to FF 14), on godaddy.com on my web hosting product page, clicking the 'Launch' button throws a godaddy error pg. All other launch buttons operate normally, as do 'all' the buttons (including the tricky one) in Pale Moon and IE.
    I have several times cleared the cache and deleted all g-d cookies through options - show cookies; then closed the browser and restarted the machine. I then disabled all add-ons, tried the above again, no difference so have reactivated the plugins (which were and are current as to updates).
    Here is the text from the godaddy error pg:
    "Error
    There was an error in the application. We apologize for the inconvenience. This error has been logged and reported.
    Click here to go back to your account list."
    The word above [Click] 'here' usually does not work either. Below is the url from the address bar: (When going to the url on a clean new tab, the error page pulls up without the 'Click here to go back to your acct list' ):
    https://hostingmanager.secureserver.net/error.aspx?aspxerrorpath=/AccountPanel2.aspx
    (However, people without a g-d acct will not be able to navigate to the web hosting product page.)
    Thank you very much for your help.
    PS:
    This list of Installed Plugins was auto-filled into the text box below the question text box. I do have more plug-ins than this in use which I can supply if needed. Thank you again!
    * Shockwave Flash 11.4 r402
    * Adobe PDF Plug-In For Firefox and Netscape "9.5.2"
    * Google Update
    * Shockwave Flash 11.3 r300
    * The QuickTime Plugin allows you to view a wide variety of multimedia content in Web pages. For more information, visit the QuickTime Web site.
    * NPRuntime Script Plug-in Library for Java(TM) Deploy
    * Next Generation Java Plug-in 10.5.1 for Mozilla browsers
    * GEPlugin
    * 5.1.10411.0
    * NDS Player Plugin
    * npPCShow Plugin
    * Windows Activation Technologies Plugin for Mozilla
    * Logitech Device Detection
    * E-centives Coupon Activator
    * Coupons, Inc. Coupon Printer Plugin
    * Coupons, Inc. Coupon Printer DLL
    * Windows Presentation Foundation (WPF) plug-in for Mozilla browsers
    * np-mswmp

    Hi hedera, when you have a problem with one particular site, a good "first thing to try" is clearing your Firefox cache and deleting your saved cookies for the site.
    (1) Bypass Firefox's Cache
    Use Ctrl+Shift+r to reload the page fresh from the server.
    (You also can clear Firefox's cache completely using:
    orange Firefox button ''or'' Tools menu > Options > Advanced
    On the Network mini-tab > Cached Web Content : "Clear Now")
    (2) Remove the site's cookies (save any pending work first) using either of these. While viewing a page on the site:
    * right-click and choose View Page Info > Security > "View Cookies"
    * Alt+t (open the classic Tools menu) > Page Info > Security > "View Cookies"
    If you can't access the relevant domain without it closing, you can edit the domain at the top of the dialog in order to call up a list of its cookies.
    Then try reloading the page. Does that help?

  • Configure DNS on Snow Leopard Server for Web Hosting

    Hi Everyone,
    I put together an article on my blog about Snow Leopard DNS setup for web hosting. http://www.mkahn.com/?p=279
    I'll be revising it over the next few weeks to make it more informative based around feedback. Let me know if you have any questions or trouble setting up DNS on Snow Leopard Server for web hosting.

    Thanks for your replies. I realize I'm not making clear the way this network is configured . Also, the only services running on the Snow Leopard server are (at this time):
    dhcpd - in the 10.136.31.x range;
    dns - same as before;
    planned to add are:
    Open Directory (for network logins)
    Software update;
    Web (only on the 10.136.31.x Ethernet);
    mySQL (localhost only - for moodle);
    NAT is not set up on the Snow Leopard server itself. We have an outside router, a Cisco 2811. This router provides routing for both the public IP range, and the NAT range is configured in this router. The forwarding dns is located in LR and Fayetteville. So what I need is dns on Snow Leopard to forward outside queries to the state DNS servers, and resolve the local NAT IP only for Open Directory and a set of Snow Leopard clients.
    Is this going to be possible?

  • Web hosting using business catalyst

    its prob a stupid  question ..but if make a website with business catalyst and for some reason I don't renew my cc subsciption where does that leave me with editing and updating the site..
    thanks

    BC site subscription depends on your CC subscription, If CC subscription is not renewed then web hosting site will not be renewed thus will convert to a trial site.
    Same with Muse subscription , you can still edit and update your site with trial version, but please note that trial version has a limited time of 30 days.
    Thanks,
    Sanjit

  • Changed web hosting companies/mail server

    I just changed web hosting companies and want to know if I change the "incoming" and "outgoing" server to the new server addresses will I lose the emails that I have for this account? Said another way, I'm going to open mail preferences, select the mail account I need to change and type in new mail server addresses?
    Sorry if this has been answered before but I couldn't find an answer in a search.

    Hi there, and welcome to the Discussions.
    Changing the outgoing (SMTP) server should not make you loose emails, since the SMTP server is, by definition, only used to send emails. The emails you have already sent and want to keep are stored in a folder that is completely independent from your choice of SMTP server.
    When it comes to changing the incoming server, that's a different business. The consequences of such a change depend on the type of the server. Is it POP? IMAP?... If it is POP, I would assume that you would not loose anything, because POP works in such a way that you download all your emails from the POP server, the emails are then deleted from the server (at least, this is the default setting), and then the reference copies of your emails are the ones on your computer, which should therefore not be touched by a change in the POP server.
    If the incoming server is an IMAP server, then I don't know what will happen, but there is a risk that you could loose your emails. This is because, with IMAP, the reference copies of your emails are the ones on the server, with which your computer automatically synchronizes.
    In any case, before doing anything, BACKUP YOUR EMAILS, and make sure your know how to restore these backups in case something goes wrong.
    Then, I suggest you wait for someone more knowledgeable than myself to better answer your question.
    Hope this helps

  • Changing web-hosts, do I need to save email files on computer, before the MX records get switched?

    Hi,
    Recently I changed web-hosts and still have my email accounts set up with my old web-host, with the MX records pointing to the old servers.
    I set up Thunderbird accounts and opened my existing email accounts through IMAP, it shows all current email and files, that I want to keep.
    My questions are-
    Do I need to save my email files on my computer first or on Local Folders on TB?
    Once the MX records are pointing to new web-host, then add back the files?
    Thank you for help!

    Providing you can still access the old server and emails are still there.
    Synchronise your mail folders to get a copy of the server folders onto your computer.
    Then stop synchronising.
    go into Offline mode.
    Move emails into Local Folders.
    emails in Local Folders will be stored on your computer.
    When all emails are safely in Local folders, then you can delete the mail account.
    Be aware that if the emails have been removed from the server and you synchronise with the 'empty' server, then your Thunderbird folders will get updated to match the server and you will lose those emails.
    Also in Offline mode you could create a backup of those emails.
    Use this addon:
    * https://freeshell.de//~kaosmos/mboximport-en.html
    How to install addon:
    * https://support.mozilla.org/en-US/kb/add-ons-and-extensions-faq#w_how-do-i-install-an-add-on
    To use, right click on folder to see ImportExporttool options
    See image below.
    Note: you can also use this tool to import backedup emails into Local folders as another method of getting them into Local Fodlers.

  • Web hosts recommendations please!

    I am looking at the hosts I use and I am wondering if there is a better service available out there.
    I currently use Fasthosts who I have to say are absolutely faultless in their service, especially tech support. I can have as many websites under my reseller account as I want... 100's if I choose, but, I can only have 5 databases! If I want to add another database, it going to cost £25 + VAT.
    I'd like recommendations of service providers where I can be a reseller, they have excellent tech support, unlimited web sites AND databases.
    TIA.
    Mat

    Yes to all your questions.  It has multiple sub-doamins and unlimited databases.  I suggest contact them by phone oe email.  everything is on their website and they operate 24/7 from Scotland so accent might be a problem but try them.  Goos thing is UK laws apply so you are protected.  you can start with the "Starter Pack" for £20 per year and you can switch after 3 months to pro and you get full credit for 9 months of unused subscription (about £15).
    * Refund Policy - No Questions, No Hassle, 30 Days Full Money back guarantee
    * All our web hosting and ecommerce services are contract-free. You can cancel your package at anytime. If you cancel with in first 30 days we will refund your full money back.
    * Technical Support - 247 support from technology expert
    All our staff is fully trained to provide full technical level support. Our technical staff is available 247 to answer your quires.
    * UK Based - Fast Servers - Reliable People.
    Sky.uk.net is a UK hosting company and our servers are physical located in UK to provide fast download of your website. Our datacenter is specially designed to provide quality web hosting experience to all our valuable clients.
    hth

Maybe you are looking for

  • Output problem urgent!!

    Okay so heres the problem i have a piece of code to convert a decimal value that a user enters into a binary value. My algorithm works its just when the binary value is displayed only the last element of the binary value to be outputed is displayed.

  • I cannot compose or reply to email messages in gmail after upgrade to 3.6.12. Shows :Loading". Gmail works ok in IE.

    After upgrade to 3.6.12 Firefox I cannot compose an email in Gmail. Shows that Gmail in "loading". Gmail works in IE. No problems before upgrade.

  • No Flash Video Playback on Internet

    Flash Page with embedded video --- I can't figure out why the page plays locally just fine, but once it has been uploaded to a server, you only get the page and the controls - never the video. So, what is the secret? If you actually see the video, le

  • Displaying a PDF form output in another Static PDF form

    Hi ,, I  have developed a PDF form in Web Dynpro. The form is Working fine. Now i want that after pressing the button "Submit" it should Navigate to the Next View(Display) and Displays the Output in PDF form(Static). Is it possible to do this?? In sh

  • Set Variables from HTML

    Here is the set up, I have a video player embedded in an html file. The player will play a lead in video for branding purposes IF the user has not viewed this lead in video yet. ELSE it wil play the video they specified and then continue to play the