Skip to content

Requirements: Server

Megan Otis edited this page Oct 3, 2016 · 2 revisions

Requirement Set Name: Server

Description:

In order to deploy this site, it must conform to the requirements for our static web server.

Requirements

  • Each page of the site must be a standalone HTML page.
  • All links must be relative to the location of the current page because the site may be deployed in a subdirectory on the server.
  • No includes or dynamic server-side scripts can be used.