<format> Element
| Attribut | Default value | Description |
|---|---|---|
| literal-path | page.ashx | Incoming literal requests containing the specified prefix. The first occurrence will be sought and only the string after the occurence will be treated. |
| binary-path | binary.ashx | Incoming binary requests containing the specified prefix. The frist occurence will be sought and only the string after the occurence will be treated. |
| quicklinks-method | quicklinks:default | Pointer to the Quicklinks-XML. |
| quicklinks-identity | onion://data/objects/1 | |
| quicklinks-remove-handler | true | If the ASP.NET URL Rewrite-Modul is used in the integrated Mode, this value has to be "false". |
| redirects-method | redirects:default | Pointer to the Redirects-XML. |
| redirects-identity | onion://data/objects/1 | |
| redirects-remove-handler | true | If the ASP.NET URL Rewrite-Modul is used in the integrated Mode, this value has to be "false". |
<format literal-path="/" binary-path="/files" quicklinks-remove-handler="false" redirects-remove-handler="false" />
Beispiel für den integrierten Modus mit aktiviertem URL Rewriting gehostet im Root-Verzeichnis
