Move Your Website Files to AT&T Website Solutions

Size: px
Start display at page:

Download "Move Your Website Files to AT&T Website Solutions"

Transcription

1 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 from your current hosting provider 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.

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... 9 Step 5. Testing and previewing your website... 9 Step 6. Create your accounts... 9 Step 7. Change your Nameservers 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:... 12

3 Step 1: Planning Create a website move timeline to ensure that a successful move of your website files over to AT&T Website Solutions. You may want to let your customers know that you are making some changes in the event they are trying to contact you during your move process. 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, Mac Mail, Thunderbird) Once everything is complete you can cancel your old service. Step 2: Back up your website! 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 previous hosting provider to your Website Backup file on your computer s hard drive.

4 Using FileZilla To connect to an FTP server, enter the address of your previous hosting provider s server into the host field of the Quickconnect bar (e.g. example.com - see image below). 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 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 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 hosting account at your current host until you have tested and made sure that everything is moved to your AT&T Website Solutions account. If you have your new hosting account with Website Solutions, DO NOT cancel your hosting account at your current host until you have tested and made sure that everything is moved to your AT&T Website Solutions account.

6 In both cases, you will have two hosting accounts working concurrently for a short time and this ensures the least amount of downtime. Once you have created your new hosting 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. The following are the most important pieces of information you need: Logins for FTP and control panel. You receive this information in your Welcome that we send to you after your order is complete. It says Welcome in the Subject line. If you do not have this information or receive your , then contact our customer support team at or by ing support@websites.att-mail.com and we can have the information resent. Instructions on how to create/setup accounts. Please click here for help in setting up your or refer to the Managing guide. 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 hosting account is created and you have the necessary uploading instructions, you can now upload your website content to your AT&T Website Solutions account and 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.

7 You can upload your website by using the File Manager Pro application found in your control panel. With File Manager 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. You can also repeat step 2 of transferring your files in reverse order with an FTP client such as FileZilla, once you have connected to AT&T T Website Solutions servers, simply select all your website files in the left window and drag them to the public directory in the right window.

8 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. 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>

9 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 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 After moving your files, your website is ready to test and preview using the preview URL to make sure that everything works seamlessly. This way you can identify and troubleshoot any configuration differences between hosts. To preview your site before changing nameservers simply go to the following URL: previewc45.carrierzone.com 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.

10 Step 7: Change your Nameservers Once you have tested your website and are pleased with the results, contact your domain registrar or log into their domain management system to change the nameservers from your old host 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. 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:

11 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 appropriately. If you have any concerns do not hesitate to contact our technical support team. They are available to you 24 hours a day, 7 days a week. You can contact them toll free at or by ing support@websites.att-mail.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 guide). Below is an example for Microsoft Outlook. Use these settings to configure Microsoft Outlook to check your . Remember to replace "username" with your actual username, 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 Incoming Mail (POP/IMAP) Server: mail.yourdomain.com Logon using Account Name: username.yourdomain.com These 9 steps will assist you in moving from your current hosting provider to AT&T Website Solutions. Once all 9 steps have been successfully completed and your website and are working properly, then and only then would you cancel your old hosting service. Remember, 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.

12 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

Changing Hosting From Yahoo!

Changing Hosting From Yahoo! 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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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 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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Quick Start Guide. Your New Email Account

Quick Start Guide. Your New Email Account Quick Start Guide Your New Email Account http://www.names.co.uk/support/ Table of Contents Adding a new email account... 3 Adding a new email address... 5 Adding a mail group... 6 How to check your emails...

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

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

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

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

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

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

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

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

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

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

How to use Mints@Home

How to use Mints@Home How to use Mints@Home Citrix Remote Access gives Mints users the ability to access University Of Cambridge and MINTS resources from any computer, anywhere in the world,. The service requires a high-speed

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

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

User guide. Business Email

User guide. Business Email User guide Business Email June 2013 Contents Introduction 3 Logging on to the UC Management Centre User Interface 3 Exchange User Summary 4 Downloading Outlook 5 Outlook Configuration 6 Configuring Outlook

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

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

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

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

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

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

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

Email Client configuration and migration Guide Setting up Thunderbird 3.1

Email Client configuration and migration Guide Setting up Thunderbird 3.1 Email Client configuration and migration Guide Setting up Thunderbird 3.1 1. Open Mozilla Thunderbird. : 1. On the Edit menu, click Account Settings. 2. On the Account Settings page, under Account Actions,

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

Talk Internet User Guides Controlgate Administrative User Guide

Talk Internet User Guides Controlgate Administrative User Guide Talk Internet User Guides Controlgate Administrative User Guide Contents Contents (This Page) 2 Accessing the Controlgate Interface 3 Adding a new domain 4 Setup Website Hosting 5 Setup FTP Users 6 Setup

More information

Webmail Access. Contents

Webmail Access. Contents Webmail Access Contents Introduction... 2 Client Webmail and password settings... 2 OPTION1 : Log onto Webmail... 2 Webmail Control Panel... 3 Read Your Email Online... 4 OPTION 2: Configure the local

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

How To Set Up An Outlook Mailbox On A Windows 2007 (For Free) With A Free Email Account On A Blackberry Or Ipad (For A Free) Or Ipa (For An Ipa) With An Outlook 2007 (Free) Or

How To Set Up An Outlook Mailbox On A Windows 2007 (For Free) With A Free Email Account On A Blackberry Or Ipad (For A Free) Or Ipa (For An Ipa) With An Outlook 2007 (Free) Or Microsoft Exchange Mailbox Email Software Setup Guide Microsoft Exchange Mailbox Setup Guide Setting up a Microsoft Exchange mailbox only takes a few minutes. You can set up any email software to send

More information

Anchor End-User Guide

Anchor End-User Guide Table of Contents How to Access Your Account How to Upload Files How to Download the Desktop Sync Folder Sync Folder How to Share a File 3 rd Party Share from Web UI 3 rd Party Share from Sync Folder Team-Share

More information

1. Please login to the Own Web Now Support Portal (https://support.ownwebnow.com) with your email address and a password.

1. Please login to the Own Web Now Support Portal (https://support.ownwebnow.com) with your email address and a password. Web Hosting Introduction The purpose of this Startup Guide is to familiarize you with Own Web Now's Web Hosting. Own Web Now offers two web hosting platforms, one powered by Linux / PHP and the other powered

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

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

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

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

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

Email Client Configuration Guide

Email Client Configuration Guide Email Client Configuration Guide Table of Contents Email Configuration...3 Email settings...3 IMAP...3 POP...3 SMTP...3 Process Overview...5 Account set up wizards...5 Anatomy of an email address...5 Why

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

Email Quick-Start Guide

Email Quick-Start Guide For TradeMark Media s email system Thank you for choosing TradeMark Media for your email hosting. You ve made a wise choice. TradeMark Media offers comprehensive spam and virus protection, POP3 and WebMail

More information

IMAP and SMTP Setup in Email Clients

IMAP and SMTP Setup in Email Clients IMAP and SMTP Setup in Email Clients Configuring an Email Client for IMAP Configuring an Email Client for the SMTP Server Overview Internet Message Access Protocol (IMAP), or a remote connection through

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

Email: support@apps4rent.com Toll Free: 1-866-716-2040 International: 1-646-506-9354

Email: support@apps4rent.com Toll Free: 1-866-716-2040 International: 1-646-506-9354 1. Check your Welcome e-mail for login credentials for the control panel. 2. Using the login details in the welcome e-mail; login at https://cp.hostallapps.com Adding Domain: 1. On the Home Page of the

More information

How To Set Up Your Email

How To Set Up Your Email How To Set Up Your Email Contents Page Microsoft Outlook 1 Outlook Express 6 7 Webmail (this is for those who do not use an email programme) 12 Windows Live Mail 22 Mozilla Thunderbird 26 Windows Mail

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

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

Configuring a Domain to work with your Server

Configuring a Domain to work with your Server Configuring a Domain to work with your Server If you have a domain name registered with a third party and would like to use that domain with your Tagadab server (Virtual or Dedicated) then you have several

More information