Getting Started
The most difficult part about writing a web page is getting started. This page will help you create your first very simple HTML document for the world to see.
If you don't already have a people.emich.edu account, start out by getting one. You will also need to have a basic understanding of files and folders.
Also please be aware that these account have disk quotas. For how much space you have available please click on the Disk Quota link after you have created your account. The maximum number of files allowed for each account is 10,000 files.
The first thing you need is a secure file transfer protocol (SFTP) client. This server does not support regular file transfer protocol (FTP). Windows users can download the customized Secure Shell Suite to install FileZilla pre-configured for people.emich.edu. Power users should consider purchasing a commercial SFTP client, such as CuteFTP Pro or SecureFX. Mac users can download Fugu for free, or purchase Transmit or MacSFTP.
Now you are ready to get started.
<html>
<head>
<title>Hello</title>
</head>
<body>
Hello, World!
</body>
</html>
Congratulations, you have published your first page for the world to see!
Setting a Default Page
A default page is simply a document that is returned to describe the contents (other documents, images, etc) stored in an area. If you don't have a default page, the contents of your contents of your folder on people.emich.edu are displayed.
To make a page your default or front page, name the file index.html. That will then be the page people will see when they go to people.emich.edu/jdoe (where jdoe is replaced by your username). Likewise, if you create a folder named hello and put a page in there named index.html, that is the page people see when they go to people.emich.edu/jdoe/hello (where, again, jdoe is replaced by your username).
Using FileZilla
If you have having problems using FileZilla, please visit the FileZilla Mini-Guide for some helpful hints.
Links