eWeb Websites

Creating a Website

To create a new site:

  1. Select CMS from the module menu.
  2. Hover over Manage Web Sites group item link.
  3. Click on Add Web Site in the dropdown (you could also click the Create Web Site link on the overview page).
  4. Enter Site Information and select section(s) (Note: code must have no punctuation or spaces. Also, avoid quote marks in the Description).
  5. Click on the Create button.

Editing Website Attributes

To edit website attributes:

  1. Click on the Edit button.
  2. Enter site attributes and save

Web Folder

If your iWeb and eWeb implementations are on different servers, you must use this feature.

To specify a Web folder:

1. Click on the edit button in the design or classic view

2. Enter the absolute URL of the Web folder information in the web folder field

In addition to entering the web folder, in the default body tag attributes you should enter the location of the iwebfolder which will be referenced from within eWeb, for example:

Uses

The default web site code is defined in eWeb's web.config file in the <defaultWebSiteCode> setting:

<configuration><appSettings><add key="defaultWebSiteCode" value="eweb"/>        ...