At IU, using FrontPage, Dreamweaver, or Netscape Composer, how do I publish my web pages on Mypage or Webserve?
On this page:
Note: On June 30, 2008, UITS will retire Steel and move the Mypage service to a new platform. For more, see About the Mypage migration.
Note: All accounts on Veritas and Champion must be migrated to Webserve by May 12, 2008. For more information, see About the IU central web server migration or the IU Webmaster's Migration Information page.
Introduction
At Indiana University, you cannot access Steel or
Webserve with unencrypted FTP clients. Most web
authoring tools, including FrontPage, Netscape Composer, and
Dreamweaver prior to MX 2004, rely on FTP to transfer files to a
server. Therefore, you cannot use their built-in publishing features
to upload your web pages to mypage.iu.edu,
www.indiana.edu, www.iub.edu,
www.iupui.edu, www.iun.edu, or
www.iuk.edu.
If you're using a program with a built-in FTP publishing feature, you'll need to save your files to a directory on your hard drive or a network file server, and then use a secure FTP (SFTP) client to transfer them to the server. For information about using SFTP clients, see In SSH Secure Shell for Windows, how do I transfer files? or In Mac OS or Mac OS X, how do I use MacSFTP to transfer files?
Dreamweaver MX 2004 and later support SFTP and can upload your files directly to the server.
To use an external client to publish your web pages, you must know where they are stored on your hard drive or network file server. The following instructions explain how to locate the files of your existing web sites and how to set up a new web folder on a local drive for each of the web authoring programs most commonly used at IU.
Note: At Indiana University South Bend, the Mypage service is different from the Mypage service mentioned in this document. For more information, see:
http://www.iusb.edu/~sbit/web-publishing-mypage.shtmlFrontPage
Note: FrontPage 2003 is the final version of FrontPage. Microsoft discontinued FrontPage late in 2006 and currently offers two new products for web authoring, SharePoint Designer and Expression Web. For more, see Why isn't FrontPage included in Office 2007?
Creating a new web site in FrontPage 2003
In FrontPage 2003, the collection of files that makes up a web site is
called a "web site" (as opposed to FrontPage 2000 and 2002, where
Microsoft simply called it a "web"). The default setting saves it to
the My Documents folder of your profile (the path is
C:\Documents and Settings\[your username]\My Documents\My Web
Sites\mysite). You can change the path if you wish.
To create a new web site in FrontPage 2003:
- From the
Filemenu, selectNew.
- The New Page/Site Wizard will open on the right. To open the
Web Site Templatesdialog box, selectOne page Web site....
- From among the templates, select the one that best fits your planned
web site. In most cases, you'll select
One Page Web SiteorPersonal Web Site. Do not clickOKyet.
- Decide where you want to store the web site folder. Under
Options, to accept the default folder location (C:\Documents and Settings\[your username]\My Documents\My Web Sites\mysite), clickOK.
- To change the location, click
Browse...; this will open theNew Web Site Locationdialog box. Navigate to the location on your computer to which you want to save the folder. ClickOpen, and then clickOK.
Creating a new web in FrontPage 2002
In FrontPage 2000 and 2002, the collection of files that makes up a
web site is called a "web" or a "FrontPage web". If you are working
with a web you have already created, the path to the web will be shown
at the top level of the directory tree in the "Folder List" pane. If
the "Folder List" pane is not visible, from the View menu,
select Folder List.
To create a new web on a local drive:
- Choose a directory on a local or network drive to hold your web
files.
- From the
Filemenu, selectNew, and thenPage or Web.
- In the "New Page or Web" task pane, click
Empty WeborWeb Site Templates.
- Select a template for the web if desired. In the box labeled
"Specify the location of the new web", enter the full path to the
directory in which you want the web to be stored. You can also click
the
Browsebutton and select the directory.If the directory you entered does not yet exist, FrontPage will create it; if the directory already exists, FrontPage 2002 will convert it to a FrontPage web, which will add additional files.
Note: FrontPage 2002 will not warn you before converting an existing directory to a FrontPage web. To avoid problems, do not convert a directory already in use for other purposes to a FrontPage web.
Creating a new web in FrontPage 2000
To create a new web on a local drive:
- Choose a directory on a local or network drive to hold your web
files.
- From the
Filemenu, selectNew, and thenWeb.
- Select a template for the web. In the box labeled "Specify the
location of the new web", enter the full path to the directory in
which you want the web to be stored.
If the directory you entered does not yet exist, FrontPage will create it; if it already exists, FrontPage will ask if you want to convert it to a FrontPage web, which will add additional files.
Note: To avoid problems, do not convert a directory already in use for other purposes to a FrontPage web.
Publishing for FrontPage 2000, 2002, and 2003
When you are ready to publish your FrontPage web to Steel or Webserve,
use a secure file transfer client to upload the files in your local
web directory to your www directory on the
server. FrontPage creates a number of directories for its own use
beginning with _vti. The files in these directories are
not needed for web browsing and you do not need to transfer them to
the server, although it will not hurt to do so.
Do not transfer the entire mysite or My Web
folder as a whole. If you do, your index.html file will
not end up at the root level of the www
directory; it will be buried one directory deeper, and you will have
to move it manually.
Dreamweaver
In Dreamweaver, the collection of files that makes up a web site is
called a "site". If you are working with a site you have already
created, you can find the path in the Site window, at the
top level of the directory tree in the "Local Folder" column.
To create a new Dreamweaver site:
- From the
Sitemenu, selectDefine Sites.
- In the
Define Sitesdialog box, clickNew. This will open theSite Definitiondialog box.
- In the "Site Name" box, give your site a name. In the "Local Root
Folder" box, enter the path to the site. You can also click the folder
icon next to the "Local Root Folder" box to browse to your site
directory.
- While you are here, it may be helpful to enter the eventual
URL of your site in the "HTTP Address" box, for example:
http://mypage.iu.edu/~yourusername/
http://www.indiana.edu/~accountname/
http://www.iun.edu/~accountname/
http://www.iuk.edu/~accountname/
http://www.iupui.edu/~accountname/
This enables Dreamweaver's Link Checker to detect links that refer to your own site.
With Dreamweaver MX 2004 and later, you can transfer your files to
Steel or Webserve using the built-in SFTP. With earlier versions of
Dreamweaver, transfer your files to your www directory on
Steel or Webserve using a separate secure file transfer client.
Dreamweaver creates a number of files for its own use in
subdirectories called _notes. These files are not needed
for web browsing and you do not need to transfer them to Steel or
Webserve, although it will not hurt to do so.
Netscape Composer
Note: As of March 1, 2008, AOL no longer provides support or updates for Netscape products.
Netscape Composer 6.x does not include a publishing feature. Use an external SFTP client if you are using this program.
Netscape Composer 4.x and earlier has a simple FTP publishing feature. To publish pages to Steel or Webserve, make a copy of your entire site on a local or network drive. Transfer your files to the web server using a secure file transfer client.
Also see:
- How do I limit access to my World Wide Web pages?
- What is SFTP, and how do I use it?
- How do I create subdirectories of my www directory for my web pages?
- At IU, how can I publish personal pages on Mypage?
Last modified on May 02, 2008.






