Skip to content

Commit c08f5b6

Browse files
committed
Fixing the rewrite rule.
1 parent 99f5a5e commit c08f5b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eFormAPI/Installation/CustomActions/CustomAction.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -440,7 +440,7 @@ private static void AddRedirectionRules(string siteName, string uiServiceLink)
440440

441441
ConfigurationElement actionElement1 = rewriteRule.GetChildElement("action");
442442
actionElement1["type"] = @"Rewrite";
443-
actionElement1["url"] = uiServiceLink + "{R:1}";
443+
actionElement1["url"] = uiServiceLink + "/{R:1}";
444444

445445
rulesCollection.Add(rewriteRule);
446446

0 commit comments

Comments
 (0)