Changing Hosting From Yahoo!

Size: px
Start display at page:

Download "Changing Hosting From Yahoo!"

Transcription

1 Issue 1 September, 2012 Changing Hosting From Yahoo! Change Hosting from Yahoo! in Nine Easy Steps! Moving your website shouldn t have to be a painful experience filled with confusion and downtime. Here are 9 easy steps to ensure a smooth transition from Yahoo! to AT&T Website Solutions AT&T Intellectual Property. All rights reserved. AT&T products and services are provided or offered by subsidiaries and affiliates of AT&T Inc. under the AT&T brand and not by AT&T Inc. AT&T, AT&T logo and all other AT&T marks contained herein are trademarks of AT&T Intellectual Property and/or AT&T affiliated companies. All other trademarks are the property of their owners. This document is not an offer, commitment, representation or warranty by AT&T and is subject to change. Your Web Hosting service is subject to the Terms and Conditions (T&Cs), which may be found at Service terms and Fees are subject to change without notice. Please read the T&Cs for additional information AT&T Intellectual Property. All rights reserved. AT&T and the AT&T logo are trademarks of AT&T Intellectual Property.

2 Contents Step 1: Planning... 3 Step 2: Back up your website!... 3 Using FileZilla... 4 Step 3: Sign up for your new AT&T Website Solutions hosting account Step 4: Uploading your website content... 6 Publishing your website with Microsoft FrontPage... 8 Step 5: Testing and previewing your website... 9 Step 6: Create your accounts... 9 Step 7: Change your Nameservers... 9 Step 8: Test your live website Step 9: Configure your client Where to find Help/Instructions How to Contact Support Submit a ticket by sales@att-webhosting.com Contact us by phone:... 11

3 Step 1: Planning Create a website move timeline to ensure that you follow all steps for a successful move of your website files over to Website Solutions. We also recommend informing your customers that you are changing your hosting provider especially if you run an ecommerce store. This helps assure your customers that you have not gone out of business in case your website files go down during the move. Offer an alternate address and let them know your phone number so they can contact you. Here is an example timeline: Day 1: - Back-up your current site to your computer. You will find how-to s beginning in step 2 of this document - Signup for your new Website Solutions plan. - Review the setup instructions that we will you upon signing up for your Website Solutions Plan. Day 2: - Upload your website content to Website Solutions. - Setup your accounts. - Preview and test uploaded content. - Change DNS to Website Solutions nameservers. Day 3: - Once DNS propagation is complete, test live site. - Configure client settings. (Outlook, Apple Mail, Thunderbird) - Once everything is complete you can cancel your old service. Step 2: Back up your website! First, we suggest you create a folder on your Desktop called Website Backup. Simply right-click anywhere on your desktop and choose New -> Folder. Once you have created your Website backup folder, now you can use an FTP Program such as the free FileZilla to download your current site from your Yahoo! Small Business account to your Website Backup file on your computer s hard drive. * If you have developed your website using one of the Yahoo! site builder tools you will be required to recreate your website using EasySiteWizard Pro. EasySiteWizard Pro allows you to create a great looking website, you will have access to professionally designed templates that are geared for your business. We recommend going to your existing website and copying the text and pasting it into a Word document, this will allow you to use the same content in your new website. EasySiteWizard Pro will take your website to the next level, link your Facebook and Twitter accounts to your site, collect visitor information, display your photos in galleries to engage visitors and much more.

4 Using FileZilla To connect to an FTP server, enter your domain name into the host field of the Quickconnect bar (e.g. example.com - see image below) as well as your FTP Username and Password that you set up in your Yahoo! control panel. Once you have successfully connected, a list of your website files and directories/folders appear on the right side of the main window. The name of the current remote directory is listed in the Remote Site field on the top. The left side shows all the files/folders on your computer.

5 Transferring files To download your site to your Website Backup file on your computer, simply select all of the files and folders on the right side inside your public or public_html directory and drag them to the left side, to your Website Backup folder on your Desktop as displayed in the image below. Step 3: Sign up for your new AT&T Website Solutions hosting account. If you have not already done so, purchase your new hosting account with Website Solutions. DO NOT cancel your Yahoo! Small Business hosting account until you have tested and made sure that everything is moved to your Website Solutions account. Although you will have two hosting accounts working concurrently, this ensures the least amount of downtime. Once you have purchased your new Website Solutions account, make sure to get all of the relevant information you need to setup your website. Upon signing up, you will receive detailed setup instructions via with all the pertinent information you need. The following are the most important pieces of information you need:

6 - Logins for FTP, and control panel. You should have received this information in the Welcome that we sent you. If you do not have this information contact our support team at or by ing and we can have them resent. - Instructions on how to create/setup accounts. For instructions on how to setup your , access the help section in the EasyMail Setup application within the Website Solutions control panel or refer to the Managing document. - The name of your homepage. Additional information is below on how to name your homepage. - Nameserver/DNS information. Keep this information on-hand. AT&T Website Solutions nameservers are as follows: o 1st nameserver: ns1.att-websites.com o 2nd nameserver: ns2.att-websites.com Step 4: Uploading your website content Once your new Website Solutions account is created and you have the necessary uploading instructions, you can begin to upload your website content to your Website Solutions account. Make sure that all relevant files are uploaded into the Public directory and that home page is named index. We suggest using FTP to upload your files. To configure your FTP client, please use the following information: Host Name / Address: yourdomain.com User Name: yourdomain.com Password: your password Using as the Host Name will ensure that you can upload your website before your domain name s DNS propagates to our name servers. This allows you to preview your website s content before changing your nameservers. ***Please note that once DNS propagation is completed, your domain name will have to be used as the Host Name. You can upload your website by using the File Manager Pro application found in the control panel. With FileManager Pro you can select each file to upload them. Simply click on Upload then Browse. You ll then be able to select the files from your computer to upload.

7 You can also repeat step 2 of transferring your files in reverse order with the FTP client you used to download your website from your Yahoo! Small Business account, once you have connected to AT&T Website Solutions servers, simply select all of your website files in the left window and drag them to the public directory in the right window. Once connected, you will see the following directories: cgi-bin logs private public Any files (other than CGI scripts) that are to be viewed by the public should be placed in the "public" directory (or a subdirectory of "public"). CGI scripts must be placed in the "cgi-bin" directory. The first page, (your homepage), should be named either "index.htm", "index.html", "index.shtml", "index.phtml", "index.php", "index.wml", or "index.php3". The server will return the first index file it finds, regardless of any other files you have. Therefore, it is best to keep only one index file in your public directory to avoid confusion. Subsequent pages may be named whatever you wish, but the homepage must be named this way. If you want your home page to be titled differently from the above names, we recommend that you use the DirectoryIndex command in an.htaccess file. Alternatively, you can use a redirection script.

8 htaccess Redirect: DirectoryIndex filename.html JavaScript Redirection script: <head> <script language="javascript"> //redirect to default.htm function gonow() { location.href="default.htm" } </script> </head> <body bgcolor=#ffffff text=# onload="gonow()"> Meta tag Redirection script: <head> <meta http-equiv="refresh" content="0;url= </head> <body> Publishing your website with Microsoft FrontPage If you are using Microsoft FrontPage for your website, make sure that you have activated the FrontPage extensions before publishing your site. This can be done by logging into the control panel and accessing the FrontPage Manager application. In FrontPage, from the "File" menu choose the "Publish Web" option. You will be prompted to provide a URL to publish your website files to. After specifying the address to publish to (in the form of "yourdomain.com"), you have the choice of publishing the entire website, or just the pages that have been changed. If you are publishing for the first time, choose "Publish all pages." Important notes: Publish your site using FrontPage's "Publish Web" function. Your publishing address is your domain name (in the form of "yourdomain.com"). FrontPage extensions disable regular FTP access along with the following applications: Ad Manager, Business Card, Plug-in Scripts, File Manager, Database Manager and Website Security. Once your website is published, use a browser and check to make sure all your changes occurred. If they haven't, try refreshing your browser and clearing the Temporary Internet Files (cache) before

9 making further changes to your site. In Internet Explorer, this is done by going to "Tools," "Internet Options." On the General tab under "Temporary Internet Files" click "Delete Files." Step 5: Testing and previewing your website Now it s time to test your website using the preview URL to make sure that everything works seamlessly as it should. This is a great way to identify and troubleshoot any configuration differences between hosts. To preview your site before changing nameservers simply go to the following URL: Step 6: Create your accounts Log into your Website Solutions control panel and create all the same accounts that you currently use. Once you have logged into the control panel, click EasyMail Setup and click on Create a new account and follow the steps to configure your accounts. We recommend keeping the passwords the same to minimize any client settings changes if your company uses programs such as Outlook to send and receive . From the EasyMail Setup application you can also setup Auto responders, Spam Filtering, Aliases and Forwarding options. Step 7: Change your Nameservers Once you have tested your website and are satisfied with the results, contact your domain registrar or log into their domain management system to change the nameservers from Yahoo! Small Business to AT&T Website Solutions. In their domain management system, look for the DNS or Nameservers option and replace the current nameservers with the following: 1st nameserver: ns1.att-websites.com 2nd nameserver: ns2.att-websites.com Most registrars will then ask you to confirm the changes via an sent to the administrative contact for the domain. It is very important that this address is always kept up-to-date to avoid any potential disruptions in service. Any modifications to domain names generally take between hours to process. This process is called DNS propagation, which is the amount of time it takes nameservers around the world to update their DNS tables to see your new domain s settings.

10 To view the status of your domain name, simply do a simple whois lookup. This can be done by going to the following URL: Your DNS propagation is completed when the ns1 and ns2 services read as they do in circled area within the image below: Step 8: Test your live website Once you have confirmed that DNS propagation is complete through a whois lookup, we recommend that you test your website again to ensure that your website is up and running how it should be. If you are having trouble please contact our technical support team that is available to you 24 hours a day, 7 days a week. You can contact them toll free at or by ing support@websites.attmail.com. Step 9: Configure your client The last step in changing hosts is to change your client settings to reflect your new settings (please refer to Managing document). Remember to replace "username" with your actual e, and replace "yourdomain.com" with your actual domain name. Mail Account (can be any label): username@yourdomain.com Address: username@yourdomain.com Reply Address: username@yourdomain.com Outgoing Mail (SMTP) Server: mail.yourdomain.com

11 Incoming Mail (POP/IMAP) Server: mail.yourdomain.com Logon using Account Name: username.yourdomain.com Following these 9 steps will ensure that you have a worry free website move to AT&T Website Solutions. Once all 9 steps have been completed successfully and your website and are working properly, then and only then would you cancel your old hosting service with Yahoo!. It is critical that you keep both your old and new hosting accounts running concurrently during your website account move to AT&T Website Solutions as you will need to check your from both hosts. Some ISP s and hosting providers will direct to your old host, while others will begin sending to your new host earlier as a result of propagation times. Canceling before the steps are followed can result in unwanted downtime for both your website and s. Where to find Help/Instructions AT&T Website Solutions includes a number of applications and tools that you can use on your website. Help/Instructions on how to use each of these features are located in the top right of your control panel. For specific help for each application together with instructions, select the application you want in the control panel and click the help button in the top right corner. How to Contact Support Submit a ticket by sales@att-webhosting.com For support issues, please also include a step-by-step on how to replicate your problem including your operating system, browser type and version, and any links and login information that may be needed to duplicate and correct the reported issue. Contact us by phone: You may also reach us by dialing WEB.HOST ( ). Our Technical Support staff is available 24 hours a day, 7 days a week; choose the tech support option. Our billing group is available Monday - Friday 8 a.m. 8 p.m. (Eastern); select the billing option. All questions concerning billing, renewal or cancellation should be directed here. Our sales staff is available Monday Friday 8 a.m. 8 p.m. (Eastern); select the sales option. International customers may reach us by calling

Move Your Website Files to AT&T Website Solutions

Move Your Website Files to AT&T Website Solutions September 2012 Move Your Website Files to AT&T Website Solutions How to Change your current Hosting Provider to AT&T Website Solutions in Nine Steps We have created 9 steps to ensure a smooth transition

More information

Domain Process Use Existing Domain

Domain Process Use Existing Domain `` July 2012 Domain Process Use Existing Domain User Guide Welcome to AT&T Website Solutions SM We are focused on providing you the very best service including all the tools necessary to establish and

More information

Moving Email from Yahoo! Mail to AT&T Website Solutions

Moving Email from Yahoo! Mail to AT&T Website Solutions Issue 1 September, 2012 Moving Email Moving Email from Yahoo! Mail to AT&T Website Solutions With AT&T Website Solutions, you can check your email using your favorite email program such as Microsoft Outlook,

More information

Move Your Email to AT&T Website Solutions

Move Your Email to AT&T Website Solutions September 2012 Move Your Email to AT&T Website Solutions Moving Email from one Provider to AT&T Website Solutions With AT&T Website Solutions, you can check your email using your favorite email program

More information

How To Set Up A Webhosting Website On Windstream.Com

How To Set Up A Webhosting Website On Windstream.Com E-commerce Web Hosting Package Welcome To Your Windstream Hosting Service! We are pleased you have chosen us as your solutions provider to help your business become even more successful. We recognize your

More information

AT&T Website Solutions SM Control Panel Guide

AT&T Website Solutions SM Control Panel Guide `` July 2012 AT&T Website Solutions SM Control Panel Guide Welcome to your Control Panel This guide was created as a quick reference tool to provide you with a brief description of some of the products,

More information

MySQL Manager. User Guide. July 2012

MySQL Manager. User Guide. July 2012 July 2012 MySQL Manager User Guide Welcome to AT&T Website Solutions SM We are focused on providing you the very best web hosting service including all the tools necessary to establish and maintain a successful

More information

AT&T Website Solutions SM Website Plans - Basic and Enhanced

AT&T Website Solutions SM Website Plans - Basic and Enhanced `` July 2012 AT&T Website Solutions SM Website Plans - Basic and Enhanced Getting Started Guide Welcome to AT&T Website Solutions SM We are focused on providing you the very best service including all

More information

How To Get Started With At&T Business Class Email Sms (Smb) And Get Started On Your Website Solution (Sms)

How To Get Started With At&T Business Class Email Sms (Smb) And Get Started On Your Website Solution (Sms) `` July 2012 AT&T Business Class Email SM Getting Started Guide Welcome to AT&T Website Solutions SM We are focused on providing you the very best service including all the tools necessary to establish

More information

SSL Manager. User Guide. July 2012. Welcome to AT&T Website Solutions SM

SSL Manager. User Guide. July 2012. Welcome to AT&T Website Solutions SM July 2012 SSL Manager User Guide Welcome to AT&T Website Solutions SM We are focused on providing you the very best web hosting service including all the tools necessary to establish and maintain a successful

More information

AT&T Website Solutions SM Online Presence Portal your control panel

AT&T Website Solutions SM Online Presence Portal your control panel .0 AT&T Website Solutions SM Online Presence Portal your control panel Welcome to AT&T Website Solutions SM. We are focused on providing you the very best web products and services including all the tools

More information

PHPMyAdmin. User Guide. July 2012

PHPMyAdmin. User Guide. July 2012 July 2012 PHPMyAdmin User Guide Welcome to AT&T Website Solutions SM We are focused on providing you the very best web hosting service including all the tools necessary to establish and maintain a successful

More information

Domain Manager. User Guide. July 2012

Domain Manager. User Guide. July 2012 July 2012 Domain Manager User Guide Welcome to AT&T Website Solutions SM We are focused on providing you the very best service including all the tools necessary to establish and maintain a successful website.

More information

Hostopia Web Hosting - Getting Started

Hostopia Web Hosting - Getting Started Hostopia Web Hosting - Getting Started Getting Started www.elihosting.net Main Menu www.elihosting.net Home Page Administrative Access: For Email and Website Setup & Maintenance... Point your browser to

More information

Welcome To Your New Web Hosting Account!

Welcome To Your New Web Hosting Account! Welcome To Your New Web Hosting Account! We are focused on providing you the very best web hosting service, including all the tools necessary to establish and maintain a successful website. This document

More information

FTP Manager. User Guide. July 2012. Welcome to AT&T Website Solutions SM

FTP Manager. User Guide. July 2012. Welcome to AT&T Website Solutions SM July 2012 FTP Manager User Guide Welcome to AT&T Website Solutions SM We are focused on providing you the very best web hosting service including all the tools necessary to establish and maintain a successful

More information

We are focused on providing you the very best service including all the tools necessary to establish and maintain a successful website.

We are focused on providing you the very best service including all the tools necessary to establish and maintain a successful website. `` Issue 1 July 2012 Managing Email Getting Started Guide Welcome to AT&T Website Solutions SM We are focused on providing you the very best service including all the tools necessary to establish and maintain

More information

EasyMail Setup. User Guide. Issue 3 September 2012. Welcome to AT&T Website Solutions

EasyMail Setup. User Guide. Issue 3 September 2012. Welcome to AT&T Website Solutions Issue 3 September 2012 EasyMail Setup User Guide Welcome to AT&T Website Solutions We are focused on providing you the very best web hosting service including all the tools necessary to establish and maintain

More information

Web Hosting Getting Started Guide

Web Hosting Getting Started Guide Web Hosting Getting Started Guide This guide describes: - Hosting Terms and Definitions - How to sync a domain with your hosting account - How to change your domain s nameservers - How to use FTP to upload

More information

Transferring Hosting to Fasthosts

Transferring Hosting to Fasthosts Fasthosts Customer Support Transferring Hosting to Fasthosts This guide will show you how to transfer hosting to Fasthosts from another provider Customer Support Transferring Hosting to Fasthosts Contents

More information

Windows Services Manager

Windows Services Manager July 2012 Windows Services Manager User Guide Welcome to AT&T Website Solutions SM We are focused on providing you the very best web hosting service including all the tools necessary to establish and maintain

More information

AT&T ONLINE FAX USER GUIDE

AT&T ONLINE FAX USER GUIDE AT&T ONLINE FAX USER GUIDE Welcome to AT&T Website Solutions SM We are focused on providing you the very best service including all the tools necessary to establish and maintain your Online Fax service.

More information

Email Getting Started Guide Unix Platform

Email Getting Started Guide Unix Platform Edition/Issue Email Getting Started Guide Unix Platform One of the most important features of your new Web Hosting account is access to a personalized Email solution that includes individual Email addresses

More information

AT&T Website Solutions SM Website Security

AT&T Website Solutions SM Website Security .0 AT&T Website Solutions SM Website Security Welcome to AT&T Website Solutions SM. We are focused on providing you the very best web products and services including all the tools necessary to establish

More information

Advanced Template Manager

Advanced Template Manager July 2012 Advanced Template Manager User Guide Welcome to AT&T Website Solutions SM We are focused on providing you the very best web hosting service including all the tools necessary to establish and

More information

AT&T Website Solutions SM Disc Usage

AT&T Website Solutions SM Disc Usage AT&T Website Solutions SM Disc Usage Welcome to AT&T Website Solutions SM. We are focused on providing you the very best web products and services including all the tools necessary to establish and maintain

More information

Transferring Your Hosting Account

Transferring Your Hosting Account Transferring Your Hosting Account Setting up your Web site on our secure hosting servers So you want to host your Web site on our secure servers, but you want to avoid costly mistakes and excessive site

More information

A/ Parking of Your Domain Name

A/ Parking of Your Domain Name ! "#! eb hosting provides you with 3 major kind of services : Parking of your domain name Host your web pages Email Service A/ Parking of Your Domain Name If you own a domain name, you need somewhere to

More information

Email Marketing. User Guide. July 2012. Welcome to AT&T Website Solutions SM

Email Marketing. User Guide. July 2012. Welcome to AT&T Website Solutions SM July 2012 Email Marketing User Guide Welcome to AT&T Website Solutions SM We are focused on providing you the very best web hosting service including all the tools necessary to establish and maintain a

More information

SFTP Server User Login Instructions. Open Internet explorer and enter the following url: https://sftp.sae.org

SFTP Server User Login Instructions. Open Internet explorer and enter the following url: https://sftp.sae.org SFTP Server User Login Instructions Open Internet explorer and enter the following url: https://sftp.sae.org You will be prompted for a user id and password as such. Please enter your account id and password.

More information

Standard Mailbox Email Software Setup Guide

Standard Mailbox Email Software Setup Guide Standard Mailbox Email Software Setup Guide Standard Mailbox Setup Guide Setting up a Standard mailbox only takes a few minutes. You can set up any email software to receive email from your mailbox. This

More information

Microsoft Expression Web

Microsoft Expression Web Microsoft Expression Web Microsoft Expression Web is the new program from Microsoft to replace Frontpage as a website editing program. While the layout has changed, it still functions much the same as

More information

Studentportfolios.ca Guide to Webhosting Management V 1.0

Studentportfolios.ca Guide to Webhosting Management V 1.0 StudentPortfolios.ca Studentportfolios.ca Guide to Webhosting Management V 1.0 This document contains information regarding managing your Web Hosting Account. For Further information about this document,

More information

When you first login to your reseller account you will see the following on your screen:

When you first login to your reseller account you will see the following on your screen: Step 1 - Creating Your Administrative Account We presume that your Reseller account has been created. Here's how to create your Administrative account which you'll use to create your hosting plans, add

More information

Install FileZilla Client. Connecting to an FTP server

Install FileZilla Client. Connecting to an FTP server Install FileZilla Client Secure FTP is Middle Georgia State College s supported sftp client for accessing your Web folder on Webdav howeve you may use FileZilla or other FTP clients so long as they support

More information

WHY USE ILLUMIN8 MARKETING FOR HOSTING YOUR WEB SITE?

WHY USE ILLUMIN8 MARKETING FOR HOSTING YOUR WEB SITE? QUESTIONS OR COMMENTS? email info@illumin8marketing.com or call 608-796-1990 WHY USE ILLUMIN8 MARKETING FOR HOSTING YOUR WEB SITE? Yes, there are cheaper (even free) alternatives out there. What we will

More information

Quick Start Guide. Hosting Your Domain

Quick Start Guide. Hosting Your Domain Quick Start Guide Hosting Your Domain http://www.names.co.uk/support/ Table of Contents Web Hosting... 3 FTP (File Transfer Protocol)... 3 File Manager... 6 SiteMaker... 7 2 Please keep these documents

More information

StarterPlus Mailbox Email Software Setup Guide

StarterPlus Mailbox Email Software Setup Guide StarterPlus Mailbox Email Software Setup Guide Setting up an StarterPlus mailbox only takes a few minutes. You can set up any email software to send and receive email from your mailbox. You can connect

More information

How To Create A Mailbox In Windows Mail On A Pc Or Mac Or Ipad (For A Mac)

How To Create A Mailbox In Windows Mail On A Pc Or Mac Or Ipad (For A Mac) Advanced Mailbox Email Software Setup Guide Advanced Mailbox Setup Guide Setting up an Advanced mailbox only takes a few minutes. You can set up any email software to send and receive email from your mailbox.

More information

Quick Start Guide Managing Your Domain

Quick Start Guide Managing Your Domain Quick Start Guide Managing Your Domain Table of Contents Adding Services to your Domain... 3 POP3 & SMTP Settings... 5 Looking for a little more from your Domain?... 6 Configuring Web and Email Forwarding...

More information

Web Analytics. User Guide. July 2012. Welcome to AT&T Website Solutions SM

Web Analytics. User Guide. July 2012. Welcome to AT&T Website Solutions SM July 2012 Web Analytics User Guide Welcome to AT&T Website Solutions SM We are focused on providing you the very best web hosting service including all the tools necessary to establish and maintain a successful

More information

Parallels Plesk Automation. Customer s Guide. Parallels Plesk Automation 11.5

Parallels Plesk Automation. Customer s Guide. Parallels Plesk Automation 11.5 Parallels Plesk Automation Customer s Guide Parallels Plesk Automation 11.5 Last updated: 17 March 2015 Contents Quick Start with Hosting Panel 4 Set Up Your First Website... 4 1. Create Your Site... 5

More information

Introduction to cpanel

Introduction to cpanel Introduction to cpanel Thank you for hosting your domain with Sierra Tel Internet. In order to provide modern and efficient service, we are housing your website s files on a server running the Linux operating

More information

Introduction... 1. Connecting Via FTP... 4. Where do I upload my website?... 4. What to call your home page?... 5. Troubleshooting FTP...

Introduction... 1. Connecting Via FTP... 4. Where do I upload my website?... 4. What to call your home page?... 5. Troubleshooting FTP... This guide is designed to show you the different ways of uploading your site using ftp, including the basic principles of understanding and troubleshooting ftp issues. P a g e 0 Introduction... 1 When

More information

Domain Name. Domain Registrar. Web Site cpanel. www..com. www..net. www..biz URL: Username: Password: www.mydomain.com/cpanel. Username: Password:

Domain Name. Domain Registrar. Web Site cpanel. www..com. www..net. www..biz URL: Username: Password: www.mydomain.com/cpanel. Username: Password: 314 Main Street Onalaska, WI 54650 608-787-8887 Why Use The Idea Center for Hosting Your Web Site? Yes, there are cheaper (even free) alternatives out there. What we will offer you is a reliable service,

More information

Getting Started - The Control Panel

Getting Started - The Control Panel Table of Contents 1. Getting Started - the Control Panel Login Navigation Bar Domain Limits Domain User Account Properties Session Management 2. FTP Management Creating and Editing Users Accessing FTP

More information

aprompt User Guide Setting up a Standard mailbox in Windows Mail

aprompt User Guide Setting up a Standard mailbox in Windows Mail aprompt User Guide Setting up a Standard mailbox in Windows Mail Setting up a Standard mailbox in Windows Mail In order to be able to send and receive emails from and to your new email acocunt you will

More information

Getting Started Guide for FTP

Getting Started Guide for FTP Edition 1.0 Getting Started Guide for FTP What is FTP? FTP (File Transfer Protocol) is a standard procedure for moving files between two computers over the internet. FTP is commonly used to upload/download

More information

Using Internet or Windows Explorer to Upload Your Site

Using Internet or Windows Explorer to Upload Your Site Using Internet or Windows Explorer to Upload Your Site This article briefly describes what an FTP client is and how to use Internet Explorer or Windows Explorer to upload your Web site to your hosting

More information

Shared Hosting. Getting Started Guide. Your First Website Online. Shared Hosting// Getting Started Guide

Shared Hosting. Getting Started Guide. Your First Website Online. Shared Hosting// Getting Started Guide Getting Started Guide Shared Hosting Your First Website Online Getting Started Guide Page 1 Getting Started Guide: Shared Hosting Version 2.3 (1.6.2012) Copyright 2012. All rights reserved. Distribution

More information

Migration guide. Business Email

Migration guide. Business Email Migration guide Business Email June 2013 Contents Introduction 3 Administrator Migration What You Need to Get Started 1. Importing PST Files 2. Exporting PST Files 3 3 4 5 End User Migration Using Outlook

More information

P l e s k H o s t i n g V P S. An Introduction to Linux and Windows Plesk Hosting VPS

P l e s k H o s t i n g V P S. An Introduction to Linux and Windows Plesk Hosting VPS P l e s k H o s t i n g V P S An Introduction to Linux and Windows Plesk Hosting VPS Updated November 18, 2007 ISBN: N/A Web24 Pty Ltd 5a Harnett Close, Mulgrave Victoria, 3170 Australia Tel: +61 (1300)

More information

Create a New Account Contents

Create a New Account Contents Create a New Account Contents Goals...2 Create a New Domain Account...2 Domain Information...3 Package...4 Settings...5 Reseller Settings...6 DNS Settings...6 Mail Routing Settings...7 Conclusion...7 1

More information

aprompt User Guide Setting up a mailbox on the Apple IPhone 3G aprompt.co.uk User Guide Version 3.0 Advanced Mailbox on Apple IPhone 3G

aprompt User Guide Setting up a mailbox on the Apple IPhone 3G aprompt.co.uk User Guide Version 3.0 Advanced Mailbox on Apple IPhone 3G aprompt User Guide Setting up a mailbox on the Apple IPhone 3G Setting up an Advanced mailbox on the Apple IPhone 3G In order to be able to send and receive emails from and to your new email account you

More information

E-mail - Help Documents

E-mail - Help Documents 1. Generic Mail Settings How Set-Up a New E-mail Account Microsoft Outlook 2002/2003 Incoming Mail Server: mail. yourdomain.com Outgoing Mail Server: mail. yourdomain.com Username: username. yourdomain.com

More information

Administering Jive for Outlook

Administering Jive for Outlook Administering Jive for Outlook TOC 2 Contents Administering Jive for Outlook...3 System Requirements...3 Installing the Plugin... 3 Installing the Plugin... 3 Client Installation... 4 Resetting the Binaries...4

More information

Simple. Control Panel. for your Linux Server. Getting Started Guide. Simple Control Panel // Linux Server

Simple. Control Panel. for your Linux Server. Getting Started Guide. Simple Control Panel // Linux Server Getting Started Guide Simple Control Panel for your Linux Server Getting Started Guide Page 1 Getting Started Guide: Simple Control Panel, Linux Server Version 2.1 (02.01.10) Copyright 2010. All rights

More information

Getting Started With Your Virtual Dedicated Server. Getting Started Guide

Getting Started With Your Virtual Dedicated Server. Getting Started Guide Getting Started Guide Getting Started With Your Virtual Dedicated Server Setting up and hosting a domain on your Linux Virtual Dedicated Server using cpanel. Getting Started with Your Virtual Dedicated

More information

SMT v4.0 Users Guide (Linux version)

SMT v4.0 Users Guide (Linux version) SMT v4.0 Users Guide (Linux version) Table of Contents 1. Manage Customer Billing 2. Provision Web Services a. Add a virtual host b. Password protect a directory c. Enable virtual host logs d. Change password

More information

Lesson 7 - Website Administration

Lesson 7 - Website Administration Lesson 7 - Website Administration If you are hired as a web designer, your client will most likely expect you do more than just create their website. They will expect you to also know how to get their

More information

SOS SO S O n O lin n e lin e Bac Ba kup cku ck p u USER MANUAL

SOS SO S O n O lin n e lin e Bac Ba kup cku ck p u USER MANUAL SOS Online Backup USER MANUAL HOW TO INSTALL THE SOFTWARE 1. Download the software from the website: http://www.sosonlinebackup.com/download_the_software.htm 2. Click Run to install when promoted, or alternatively,

More information

Transferring Your Internet Services

Transferring Your Internet Services Page 1 of 6 Transferring Your Internet Services Below you will find the instructions necessary to move your web hosting, email, and DNS services to NuVox. The Basics Transferring your domain name Preparing

More information

Reference Guide TEAM. Pogoplug Team. Reference Guide. 2012 Cloud Engines Inc., All Rights Reserved.

Reference Guide TEAM. Pogoplug Team. Reference Guide. 2012 Cloud Engines Inc., All Rights Reserved. Reference Guide Pogoplug Team Reference Guide Table of Contents Table of Contents 1. What s Included 2. Getting Started 3. Customizing the Pogoplug Interface a. Custom UI b. Custom Domain Name c. Custom

More information

Installation Guide For ChoiceMail Enterprise Edition

Installation Guide For ChoiceMail Enterprise Edition Installation Guide For ChoiceMail Enterprise Edition How to Install ChoiceMail Enterprise On A Server In Front Of Your Company Mail Server August, 2004 Version 2.6x Copyright DigiPortal Software, 2002-2004

More information

Vodafone Hosted Services. Getting your email. User guide

Vodafone Hosted Services. Getting your email. User guide Vodafone Hosted Services Getting your email User guide Welcome. This guide will show you how to get your email, now that it is hosted by Vodafone Hosted Services. Once you ve set it up, you will be able

More information

CONFIGURING FUSE BUSINESS

CONFIGURING FUSE BUSINESS CONFIGURING FUSE BUSINESS This tutorial will walkthrough with you on how to configure your Fuse Business Account. You will learn how to setup your domain name for use with EmailHosting.com, as well as

More information

IIS, FTP Server and Windows

IIS, FTP Server and Windows IIS, FTP Server and Windows The Objective: To setup, configure and test FTP server. Requirement: Any version of the Windows 2000 Server. FTP Windows s component. Internet Information Services, IIS. Steps:

More information

Getting Started With Your Virtual Dedicated Server. Getting Started Guide

Getting Started With Your Virtual Dedicated Server. Getting Started Guide Getting Started Guide Getting Started With Your Virtual Dedicated Server Setting up and hosting a domain on your Linux Virtual Dedicated Server using Simple Control Panel. Getting Started with Your Virtual

More information

CHARTER BUSINESS custom hosting faqs 2010 INTERNET. Q. How do I access my email? Q. How do I change or reset a password for an email account?

CHARTER BUSINESS custom hosting faqs 2010 INTERNET. Q. How do I access my email? Q. How do I change or reset a password for an email account? Contents Page Q. How do I access my email? Q. How do I change or reset a password for an email account? Q. How do I forward or redirect my messages to a different email address? Q. How do I set up an auto-reply

More information

Web24 Web Hosting Guide

Web24 Web Hosting Guide Web24 Web Hosting Guide Welcome Dear Web24 customer, We would like to thank you for choosing Web24 as your preferred web hosting provider. To make your experience as enjoyable as possible, we have prepared

More information

PaperClip. em4 Cloud Client. Manual Setup Guide

PaperClip. em4 Cloud Client. Manual Setup Guide PaperClip em4 Cloud Client Manual Setup Guide Copyright Information Copyright 2014, PaperClip Inc. - The PaperClip32 product name and PaperClip Logo are registered trademarks of PaperClip Inc. All brand

More information

Welcome to ECBuzz.com! Please go through this document carefully to make the experience of owning and using a website an enjoyable one.

Welcome to ECBuzz.com! Please go through this document carefully to make the experience of owning and using a website an enjoyable one. Sales call: 90116 90305 Sales email: sales@ecbuzz.com Support email: support@ecbuzz.com Welcome to ECBuzz.com! Please go through this document carefully to make the experience of owning and using a website

More information

Quick Reference Guide: Business Mail

Quick Reference Guide: Business Mail : Business Mail TABLE OF CONTENTS GENERAL INFORMATION...2 DETAILED STEPS ON CONFIGURING WINDOWS FOR E-MAIL...2 Set-up For Microsoft Outlook Express...7 Set-up Of Microsoft Outlook On Windows XP...9 PROBLEMS

More information

507-214-1000. This information is provided for informational purposes only.

507-214-1000. This information is provided for informational purposes only. 507-214-1000 This information is provided for informational purposes only. The following guide will show you how to set up email in various email programs. The Basic Email settings for all email addresses

More information

A User s Guide to Helm

A User s Guide to Helm A User s Guide to Helm WebHost Automation Ltd http://www.webhostautomation.com/ January 2006 Doc: HELM300.02.09 Complying with all applicable copyright laws is the responsibility of the user. Without limiting

More information

Configuring your email client to connect to your Exchange mailbox

Configuring your email client to connect to your Exchange mailbox Configuring your email client to connect to your Exchange mailbox Contents Use Outlook Web Access (OWA) to access your Exchange mailbox... 2 Use Outlook 2003 to connect to your Exchange mailbox... 3 Add

More information

Shared Hosting. Getting Started Guide. Your First Website Online. Shared Hosting// Getting Started Guide

Shared Hosting. Getting Started Guide. Your First Website Online. Shared Hosting// Getting Started Guide Getting Started Guide Shared Hosting Your First Website Online Getting Started Guide Page 1 Getting Started Guide: Shared Hosting Version 2.0 (04.22.10) Copyright 2010. All rights reserved. Distribution

More information

WHM Administrator s Guide

WHM Administrator s Guide Fasthosts Customer Support WHM Administrator s Guide This manual covers everything you need to know in order to get started with WHM and perform day to day administrative tasks. Contents Introduction...

More information

Parallels. for your Linux or Windows Server. Small Business Panel. Getting Started Guide. Parallels Small Business Panel // Linux & Windows Server

Parallels. for your Linux or Windows Server. Small Business Panel. Getting Started Guide. Parallels Small Business Panel // Linux & Windows Server Getting Started Guide Parallels Small Business Panel for your Linux or Windows Server Getting Started Guide Page 1 Getting Started Guide: Parallels Small Business Panel, Linux & Windows Server Version

More information

Administrators guide to the Matrix Control Panel

Administrators guide to the Matrix Control Panel www.fasthosts.co.uk Administrators guide to the Matrix Control Panel Setting up your server... 3 Introduction... 3 Logging into the matrix control panel... 3 Setting yourself up as a user... 3 Securing

More information

SHARED HOSTING PLAN GETTING STARTED GUIDE (Plesk 9.2) Version 1.3

SHARED HOSTING PLAN GETTING STARTED GUIDE (Plesk 9.2) Version 1.3 Table of Contents SHARED HOSTING PLAN GETTING STARTED GUIDE (Plesk 9.2) Version 1.3 1 LOG IN TO THE ADMINISTRATIVE & WEBSITE CONTROL PANEL... 3 2 USERID AND PASSWORD... 3 3 LOOK FOR YOUR DOMAIN NAME. 4

More information

MS Outlook 2002/2003. V1.0 BullsEye Telecom Email

MS Outlook 2002/2003. V1.0 BullsEye Telecom Email IMAP Settings Manual Our application allows you to access your email in many different ways. For those of you who do not wish to use the Webmail interface, you may also manage your email and custom folder

More information

Content Management System

Content Management System Content Management System XT-CMS INSTALL GUIDE Requirements The cms runs on PHP so the host/server it is intended to be run on should ideally be linux based with PHP 4.3 or above. A fresh install requires

More information

Basic Web Development @ Fullerton College

Basic Web Development @ Fullerton College Basic Web Development @ Fullerton College Introduction FC Net Accounts Obtaining Web Space Accessing your web space using MS FrontPage Accessing your web space using Macromedia Dreamweaver Accessing your

More information

Getting Started With Your Virtual Dedicated Server. Getting Started Guide

Getting Started With Your Virtual Dedicated Server. Getting Started Guide Getting Started Guide Getting Started With Your Virtual Dedicated Server Setting up and hosting a domain on your Windows Server 2003 Virtual Dedicated Server using Plesk. Getting Started with Your Virtual

More information

OPS Data Quick Start Guide

OPS Data Quick Start Guide OPS Data Quick Start Guide OPS Data Features Guide Revision: October, 2014 Technical Support (24/7) - (334) 705-1605 http://www.opelikapower.com Quick Start Guide OPS Data: Beginning today, you have access

More information

Getting Started Guide. Getting Started With Linux Shared Hosting. Setting up and configuring your shared hosting account.

Getting Started Guide. Getting Started With Linux Shared Hosting. Setting up and configuring your shared hosting account. Getting Started Guide Getting Started With Linux Shared Hosting Setting up and configuring your shared hosting account. Getting Started with Linux Shared Hosting Version 2.1 (4.09.07) Copyright 2007. All

More information

Copyright Notice. ISBN: N/A Parallels 660 SW 39th Street Suite 205 Renton, Washington 98057 USA Phone: +1 (425) 282 6400 Fax: +1 (425) 282 6444

Copyright Notice. ISBN: N/A Parallels 660 SW 39th Street Suite 205 Renton, Washington 98057 USA Phone: +1 (425) 282 6400 Fax: +1 (425) 282 6444 Parallels Panel Copyright Notice ISBN: N/A Parallels 660 SW 39th Street Suite 205 Renton, Washington 98057 USA Phone: +1 (425) 282 6400 Fax: +1 (425) 282 6444 Copyright 1999-2009, Parallels, Inc. All rights

More information

NetBak Replicator 4.0 User Manual Version 1.0

NetBak Replicator 4.0 User Manual Version 1.0 NetBak Replicator 4.0 User Manual Version 1.0 Copyright 2012. QNAP Systems, Inc. All Rights Reserved. 1 NetBak Replicator 1. Notice... 3 2. Install NetBak Replicator Software... 4 2.1 System Requirements...

More information

Parallels Panel. Parallels Small Business Panel 10.2: User's Guide. Revision 1.0

Parallels Panel. Parallels Small Business Panel 10.2: User's Guide. Revision 1.0 Parallels Panel Parallels Small Business Panel 10.2: User's Guide Revision 1.0 Copyright Notice ISBN: N/A Parallels 660 SW 39 th Street Suite 205 Renton, Washington 98057 USA Phone: +1 (425) 282 6400 Fax:

More information

1. An Introduction to cpanel. Welcome to Thanks for signing up. 2. How Domain Names work

1. An Introduction to cpanel. Welcome to Thanks for signing up. 2. How Domain Names work 1. An Introduction to cpanel cpanel is the name of the control panel you can use to manage your site. In our setup email, you can login using the details that look like this: Welcome to Thanks for signing

More information

Getting Started With Your Dedicated Server. Getting Started Guide

Getting Started With Your Dedicated Server. Getting Started Guide Getting Started Guide Getting Started With Your Dedicated Server Setting up and hosting a domain on your Windows Server 2003 Dedicated Server using Plesk. Getting Started with Your Dedicated Server Version

More information

BT Web Hosting. Quick Start

BT Web Hosting. Quick Start BT Web Hosting Quick Start 1 Follow these 10 simple steps to set up your BT Web Hosting Starter Pack and get your first website online quickly and easily. Activate your account. In order to start using

More information

Lets Get Started In this tutorial, I will be migrating a Drupal CMS using FTP. The steps should be relatively similar for any other website.

Lets Get Started In this tutorial, I will be migrating a Drupal CMS using FTP. The steps should be relatively similar for any other website. This tutorial will show you how to migrate your website using FTP. The majority of websites are just files, and you can move these using a process called FTP (File Transfer Protocol). The first thing this

More information

EDGETECH FTP SITE CUSTOMER & VENDOR ACCESS

EDGETECH FTP SITE CUSTOMER & VENDOR ACCESS EDGETECH FTP SITE CUSTOMER & VENDOR ACCESS 1. The EdgeTech FTP site is a web hosted site, not a true FTP site, remember to use http:// not ftp:// in the web address. IMPORTANT: Do Not use FileZilla or

More information

Parallels Plesk Panel 11 for your Linux server

Parallels Plesk Panel 11 for your Linux server Getting Started Guide Parallels Plesk Panel 11 for your Linux server Getting Started Guide Page 1 Getting Started Guide: Parallels Plesk Panel 11, Linux Server Version 1.1 (11.1.2012) Copyright 2012. All

More information

WatchDox for Windows User Guide. Version 3.9.0

WatchDox for Windows User Guide. Version 3.9.0 Version 3.9.0 Notice Confidentiality This document contains confidential material that is proprietary WatchDox. The information and ideas herein may not be disclosed to any unauthorized individuals or

More information

Exchange 2010. Outlook Profile/POP/IMAP/SMTP Setup Guide

Exchange 2010. Outlook Profile/POP/IMAP/SMTP Setup Guide Exchange 2010 Outlook Profile/POP/IMAP/SMTP Setup Guide September, 2013 Exchange 2010 Outlook Profile/POP/IMAP/SMTP Setup Guide i Contents Exchange 2010 Outlook Profile Configuration... 1 Outlook Profile

More information

Host Excellence Hosting Manual. June 26th, 2007

Host Excellence Hosting Manual. June 26th, 2007 Host Excellence Hosting Manual June 26th, 2007 Table of Contents 1. Accessing the Control Panel... 6 1.1 How to access... 6 1.2 Billing system... 6 2. Control Panel Basics... 7 2.1 Your temporary index

More information

Quick Start Guide Getting started with your Hetzner package

Quick Start Guide Getting started with your Hetzner package Welcome to Hetzner! This guide will show you how to setup your domain name, website and email services you have subscribed to. Before getting started, it is important to understand that when you order

More information