Fortinet 160 FortiWeb 5.0 Patch 6 Administration Guide
Table 19:Example: URL replacer Microsoft Outlook Web App — Folder name structure #2
See also
Regular expression syntax
Example: URL interpreter for a JSP application
Example: URL interpreter for WordPress
Example: URL interpreter for WordPress
If the HTTP request URL from a client is a slash-delimited chain of multiple parameters, like
either of these:
/wordpress/2012/06/05
/index/province/ontario/city/ottawa/street/moodie
then the format is either of these:
/wordpress/value1/value2/value3
/index/param1/value1/param2/value2/param3/value3
Table 20:
Sample URL /public/imap-share-folders/memos
URL interpreter
Setting name Value
Name OWAfoldername2
Type Custom-Defined
URL Path (/public/)([^/]+/)(.*)
New URL $0
Param
Change
$1$2
New Param folder2
Results /public/?folder2=imap-share-folders/memos
Capture group 0
Capture group 1
Capture group 2