Creating Web
Site |
||
| Please note
that some of the information contained within this support documentation is specifically
for our Virtual Server customers. Should you have any specific questions, please e-mail support@we-host.com Easy
Steps For Using Your Virtual Server
There are numerous Web publisher programs available on the Internet today. Many of the more popular publishing programs include Netscape Composer, NetObjects Fusion, Sausage Software HotDog, AOLpress, Adobe PageMill, Allaire HomeSite, GoLive CyberStudio, Galt Technology webMASTER PRO, and Microsoft FrontPage. This is only a small sample of Web publisher programs. You can find additional programs by typing "HTML editor" into any good search engine. There are numerous consultants, ad agencies, and web design firms who have the technical know-how to construct a Web site; however, a good Web site is much more than just HTML code. The consultants you retain should design your Web site from a marketing point of view, to ensure that the proper message is being communicated to its potential and existing clients. For this reason, you should be wary about simply turning over its Web site to someone who has the technical know-how without considering the marketing and design side of your Web site. Many people learn HTML and build web content by hand. Though there may be a significant time investment involved, the power and flexibility you command by manipulating the raw HTML code cannot be matched (only mimicked) by graphical publishing programs. The best way to learn HTML (or Hyper Text Mark-up Language - the language used for constructing web pages) is to look at the "source" of documents you find appealing. The HTML source code can be viewed using most popular Internet browsers (look under the "View" menu in Netscape or MSIE), consult your browser documentation for specific information about viewing HTML source code. You may also want to refer to other HTML resources such as online guides or books. [top]
In order to upload your content via FTP, you will first need to choose an FTP client. Freeware, Shareware, and Commercial FTP clients are available. You can find a good number of FTP clients by searching Yahoo or c|net download.com for "FTP client". If you are using the Windows 95/NT operating system, you can use the FTP client that is built into the TCP/IP stack. The We-Host Support Staff has also found the graphical FTP client, WS_FTP to be very useful. Another one of our favorite FTP programs is CuteFTP. If you are using a Macintosh, Fetch is probably the most popular FTP program available and is quite easy to use. Since each FTP program is unique, it is impractical to give a step by step description about how to use each FTP program. However, despite this, there is some common information required by all FTP programs. This information includes your Host Name, your User ID, and your Password. The e-mail configuration letter you received from the We-Host Order Processing department includes this information. We have included specific instructions about how to use both WS_FTP and Fetch below. Using Fetch (Macintosh) The Windows Fileshare support allows you to map your Virtual Server's home directory to your Windows 95 or NT desktop over the Internet. This is very nice interface for maintaining your Web site. After your Virtual Server's network drive is mapped, you simply need to "drag-and-drop" files to your Virtual Server. This feature also allows you to delete, copy, and move files on your Virtual Server as if it were a local drive. [top]
Each Virtual Server is configured with e-mail aliasing capability. You can test your e-mail aliasing by setting up a "webmaster" alias to forward e-mail sent to the address webmaster@your_domain.name to actually deliver to your@current_isp.address You can add the alias manually by including the following line somewhere in your webmaster: your@current-isp.address You can edit the After the You have the freedom to add any number of e-mail aliases that you desire. There is no limitation. After you are comfortable with the basic capability of e-mail aliasing on your Virtual Server, you may find the need to manage and maintain a "mailing list". Other popular mailing list software such as listserv can also be easily supported. The Basic Virtual Host (Package C) is configured with one (1) e-mail mailbox. This single mailbox shares the same name as the login name that you selected as part of your Virtual Server order process. If you are reading this as a Basic Virtual Server administrator, skip down to the next step "Accessing your E-mail Mailbox". E-mail mailboxes are different from e-mail aliasing. E-mail aliasing simply configures an e-mail address to forward to an existing (off-site or on-site) e-mail mailbox. The e-mail mailbox stores the mail until it is "popped" or removed. You can manually add mail boxes by connecting to your server via telnet and running the command "vadduser". Other mailbox utilities include "vrmuser" to remove e-mail mailboxes and "vlistuser" to list all of your current e-mail mailboxes. You are at liberty to create as many e-mail mailboxes as you desire. There is no extra charge for additional mailboxes. Any number of e-mail clients can be used to access e-mail stored at an e-mail mailbox on your Virtual Server. If you are using the Post Office Protocol (POP) to "pop" mail off of your Virtual Server e-mail mailbox (i.e. download the mail to your local computer) then you should consider Qualcomm Eudora, Netscape Communicator, Pegasus Mail by David Harris, or the Microsoft Internet Explorer. If you are using the Internet Mail Access Protocol (IMAP) to read mail from your Virtual Server e-mail mailbox then Netscape Communicator or Qualcomm Eudora 4.0+ are good choices. Each mail client, though different, will require essentially the same information, namely: the mailbox location, your identity, your e-mail address, and the SMTP relay host. Some sample configuration parameters for several e-mail clients are given below: Qualcomm Eudora Configuration Settings (POP) Pegasus Mail Configuration Settings (POP) Netscape Navigator 3.x Configuration Settings (POP) Netscape Navigator 4.x Configuration Settings (POP) Netscape Navigator 4.x Configuration Settings (IMAP) [top] Your anonymous FTP site is used to grant indiscriminate access to your "ftp" directory of your Virtual Server (this directory is located in your Virtual Server's home directory). An anonymous FTP site is primarily used to distribute software, disseminate information, or to allow your clients and customers to upload data to your site. In the "ftp" directory of your Virtual Server you will find two directories, "bin" and "pub". Your "bin" directory contains some executables necessary for your FTP site to function. Your "pub" directory (short for public) is ideal for you to use to store content and create additional directory structures. You can create a "welcome message" which will be displayed to all your anonymous ftp visitors when they connect to your site. For example, you may create a file like this: ******************************************************************
Welcome to our Anonymous FTP Archive
Download demo versions of our products. We support several
platforms:
Macintosh pub/software/macintosh
Windows 3.1 pub/software/win31
Windows 95/NT pub/software/win95_NT
If you are a registered user, please download the latest
patches:
Macintosh pub/software/patches/macintosh
Windows 3.1 pub/software/patches/win31
Windows 95/NT pub/software/patches/win95_NT
You will find our documentation in pub/docs
If our technical support department has asked you to upload
files, please do so in the incoming directory
Thank you for visiting. If you have any comments about our
ftp site, you can send them to suggest@our_domain.name
******************************************************************
Each time someone connects to your FTP site they will see this very informative welcome message. The welcome message must be stored in your ftp directory under the name of ".welcome". You may want to create a special directory to allow people to upload files to your FTP site. You indicate that a directory is for upload only by creating a ".incoming" file in that directory. For example, create an "incoming" directory in your ftp root directory: mkdir incoming Change your current working directory to the incoming directory: cd incoming Then create a blank ".incoming" file: touch .incoming This will mark the directory as an "incoming" directory which will allow your FTP site visitors to upload files for your review. Each subdirectory of your FTP site may contain an individual message. This message must be stored in the directory under the name of ".message". [top] As always, if you encounter a problem or have a question that you cannot resolve do not hesitate to contact our We-Host Support Staff.
We-Host has created a Virtual Server Administrative Handbook for you to review. Please become familiar with the contents of the Handbook as many of your questions will likely be answered by this document. You are welcome to download and print out this Handbook for your personal use. Upon purchase of a Virtual Server package, you may download the Virtual Server Handbook. |
||
|
Contents Copyright 1997-2003 We-Host Web Hosting. See our copyright page for additional copyright and disclaimer information. Last Updated: 11 June, 2000 · Email support web site errors to webmaster@we-host.com |
||
![]()