Archive for the 'How To' Category

Mar 25 2009

Use Subdomain In Your Email Address

Published by under BizPartner,Hosting,How To

Perhaps you work in a company with offices in a few countries or a few branches.  Or perhaps your company has many staff with various departments.

Would you like to indicate your location or department in your email address?  You can use subdomain in your email address such as sales@malaysia.mycompany.com or ricky@hr.mycompanycom!

What is a subdomain anyway?  It is anything that goes before your domain name.  For example, in “singapore.mycompany.com”, “mycompany.com” is the domain name” and “singapore” is the subdomain.

It’s easy to create email address with your chosen subdomain.  Let’s create an email address called ricky@malaysia.mycompany.com.

  1. Log into your web-based control panel cPanel.
  2. In cPanel, go to the Domains section and click Subdomains.
  3. Enter “malaysia” as subdomain, specify the location of the subdomain (such as /public_html/malaysia), and click Create button.
  4. In cPanel, go to the Mails section and click Email Accounts.
  5. Enter “ricky” as the email username, select “malaysia.mycompany.com” from the domain list, enter other details such as password, and click Create button.
  6. Now set up your email software such as Outlook to start using your email account. Done! :-)

By the way, if you have created a subdomain as above, you can also use it to have a different web site for your branch in Malaysia under your domain name with the address http://malaysia.mycompany.com!

One response so far

Dec 12 2008

How To Upload Files Via FTP?

Published by under BizPartner,Hosting,How To

I’ve been asked how to upload web pages to web server.  Might as well post here for the benefits of other customers.

There are a few ways to upload files to, and download files from, your web server by means of FTP (file transfer protocol). The most common way is using an FTP software for this purpose.

But I’ll show you a basic way which works, and which does not require you to install any FTP software.  If you know how to copy and paste files in Windows Explorer or My Computer, you can copy and paste files too to other servers.

  1. Open up Windows Explorer or My Computer on your computer.
  2. Make sure there is an address bar in Windows Explorer where you can type address.  Can’t see?  Go to View menu, click Toolbars, and turn on Address Bar.
  3. Type this into the address bar – ftp://username@ftp.domain.com .  Please substitute username with your FTP account username, and ftp.domain.com with your FTP server name.  You can get these details from your hosting provider.
  4. You will be prompted for your FTP account username and password.  Enter them to log on to your web server.
  5. Once successful, you will be able to see the file content on your server.  If necessary, browse to the folder where you want to copy files to.
  6. To copy files to your server, just copy them from your file system, and paste it to the folder.  Done! :-)

By the way, I host a little Java applet which lets you quickly upload files by FTP here.  Try it out!

2 responses so far

Nov 24 2008

Test Your Connection To Server

Published by under BizPartner,How To

Have you ever had problem connecting to their web or mail server? While it is possible that the server is down, in many cases the connection from the customer side to the server has problem, is congested, or simply fails to work.

In such cases, it’s best to find out whether there is anything wrong in our network connection or not. You can simply use the “command prompt” service in Windows and run a few tests – namely ping, telnet and tracert.

To start, click the Start button, click Run, type cmd, press Enter, and you will be a blank screen awaiting your input. You are then ready to start each test. Let’s assume your domain name is domain.com. You should substitute domain.com with your own domain name in tests below.

Ping

This is a quick connection test to the server. If the connection is OK, you should receive responses from the server. On the command prompt, type:

ping www.domain.com – test the web server
ping pop.domain.com – test the incoming mail server (old server)
ping smtp.domain.com
– test the outgoing mail server (old server)
ping mail domain.com – test the mail server (new cPanel-based Linux server)

Telnet

It tries to log you on to the server and sees whether it’s successful or not.

telnet pop.domain.com 110 – test the incoming mail server at port 110 (old server)
telnet smtp.domain.com 28 – test the outgoing mail server at port 28 (old server) – change to port 25 if you are using fixed IP address
telnet mail domain.com 110
– test the mail server at port 110 (new cPanel-based Linux server)

Tracert

It reports any connection problem along the way connecting to a server.

tracert www.domain.com – test the web server
tracert pop.domain.com – test the incoming mail server (old server)
tracert smtp.domain.com – test the outgoing mail server (old server)
tracert mail domain.com – test the mail server (new cPanel-based Linux server)

After each test, you can copy the result and send to us. To copy the result, click on the little icon at the top left corner of the command prompt window, and then click Edit and then Mark. Use your mouse to highlight the area of the window you want to copy, and then press Enter to copy.

Then you can email the test result to us. To exit from the command prompt window, simply type exit and then Enter.

Should you have any question, please contact us here.

One response so far

« Prev - Next »

Switch to our mobile site