If you want to use a simple URL (such as http://www.myworkflowgenserver.com
) that will redirect to the /wfgen
User Portal homepage, you can rewrite the URL by following these steps:
-
Download the URL Rewrite extension for IIS from http://www.iis.net/downloads/microsoft/url-rewrite and install it on your WorkflowGen server.
-
Open IIS on the WorkflowGen server and select your website (
wwwroot
), then choose URL Rewrite in the Features View. -
In the Actions panel, click Add Rule(s).
-
Under Inbound rules, select Blank rule.
-
On the Edit Inbound Rule page, configure the following settings:
-
Click Apply.
-
Test your new rule by going to your WorkflowGen website root URL.
i. Choose Matches the Pattern from the Requested URL drop-down list.
ii. Choose Regular Expressions from the Using drop-down list.
iii. In the Pattern field, enter ^$
.
iv. Check the Ignore case checkbox.
v. Choose Redirect from the Action type drop-down list.
vi. In the Redirect URL field, enter /wfgen/
.
vii. Check the Append query string checkbox.
viii. Choose Permanent (301) from the Redirect type drop-down list.