Config:/Security/Resource/*/FileInfo/
| ||||
---|---|---|---|---|
Setting | Explanation | Default / Example | Data Type | Access R,W,A,D |
AlwaysWelcome | If it is desirable to have a requested resource directory name without a trailing slash "/" character to produce a directory index, and only the ones with a trailing slash to cause the "Welcome" document to be returned, set this variable to FALSE. | Yes | Integer | R,W |
CaseSensitive | Set to TRUE to make pattern matching on filename extensions for MIME typing to be case sensitive. | No | Integer | R,W |
DefaultType | The default MIME type and subtype to assume for a file that has no explicit MIME type rule. It is normally set to "text/html" for the HTTP protocol. | text/html | Text | R,W |
NoAudit | Set to TRUE to prevent the audit log recording requests made regarding this resource. | No | Integer | R,W |
NoCache | Set to TRUE to prevent the cache manager from trying to cache the response to requests made for resources matching this rule. The default is FALSE, which means other hooks and functions can still decide to prevent the caching. | No | Integer | R,W |
Trailer |
Each resource can have a customised trailer message added to the
bottom of each HTML document served. If this setting is empty, no
trailer is output. This setting can contain any valid HTML commands
as well as PowerWeb Macros. Your existing documents are not modified
and do not need to be modified - the trailer is a dynamic document
that is appended to existing documents.
A good example is our Plug-and-Pay trailer which refers users to our home page. Test Drive users cannot change this setting. | #PlugNPay | Text | R,W |
Welcome |
This is the home page of the given resource. It is the document that
is delivered to users if they do not specify a document name within
a directory. A typical example is when a user accesses the home page
of your site, for example, through "http://www.widget.com". It is only applicable if the resource is a disk or directory. It gives the name of the file in the current directory of the resource to process if no file is specified by the client. If this variable is empty, or the file does not exist, a directory index will be generated (subject to access control permissions). | index.html | Text | R,W |