Documents

Here you can define a list of "default" documents that the <WEB> will look for if an HTTP request comes in with no specific file identified.

Figure. Documents tab.

In the above example, if a request comes in for http://webmail.icewarpdemo.com/special, IceWarp Server will look for index.html, index.wml then index.php in the directory of "special" and display the first one found.

If none of the defined documents is found, IceWarp Server will do one of the following:

  • If Directory content listing is allowed (see Web Service - Options), the directory listing for directory of "special" will be displayed.
  • If Directory content listing is not allowed, the Page not found error will be returned.

Button

Description

Add

Click the button to add a document type. The Document dialog opens.

Fill in the Document field.

Edit

Select a document type from the list and click the button to edit the document name.

Delete

Select a document type and click the button to remove this document from the list.

Arrows

Use the buttons to change order of documents in the list. This order determines how IceWarp Server will look for documents. (See above.)

Figure. Document dialog.