Aliases.xml
This file specifies the schema for the aliases properties used in a web server.
aliases
List of aliases
The following table lists the elements that an element of type aliases can contain:
Name | Type | Description | Min occurs | Max occurs |
---|---|---|---|---|
alias | An alias definition | 0 | unbounded |
alias
An alias definition
The following table lists the attributes that an element of type alias can have:
Name | Type | Description | Required |
---|---|---|---|
name | push:string | A name for the alias. | true |
The following table lists the elements that an element of type alias can contain:
Name | Type | Description | Min occurs | Max occurs |
---|---|---|---|---|
source | push:string | The source URL, which can be expressed as a regular expression. | 1 | 1 |
destination | push:string | The destination path. | 1 | 1 |