Skip to content

Commit b0fe2c3

Browse files
authored
Merge pull request #7758 from MicrosoftDocs/3209289
Added note to redirect topic - 3209289
2 parents 0c21837 + 869e0d5 commit b0fe2c3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

powerapps-docs/maker/portals/configure/add-redirect-url.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: sandhangitmsft
55

66
ms.topic: conceptual
77
ms.custom:
8-
ms.date: 04/21/2021
8+
ms.date: 02/27/2023
99
ms.subservice: portals
1010
ms.author: sandhan
1111
ms.reviewer: ndoelman
@@ -16,7 +16,6 @@ contributors:
1616

1717
# Add a redirect URL to a new URL on a portal
1818

19-
2019
[!INCLUDE[cc-pages-ga-banner](../../../includes/cc-pages-ga-banner.md)]
2120

2221
Customers frequently want to have a simple URL that redirects to a page deeper in the site, or they want to allow for a legacy URL to be used with the site and automatically redirect to a new URL in the site. Page redirects allow a content author to specify a URL that, when requested, will be redirected on a permanent or temporary basis to a specific webpage or web file. These redirect URLs are managed separately from the page content so that they do not have to fit directly in the web hierarchy.
@@ -35,7 +34,7 @@ Customers frequently want to have a simple URL that redirects to a page deeper i
3534
|-------------|----------------------------------------------------------------------------------------------------------------------------------------------|
3635
| Name | The friendly name of the redirect. (Can be anything. Make it easy to identify.) |
3736
| Website | The website the redirect is associated with. (The site the user is redirected from.) |
38-
| Inbound URL | The partial URL that is to be redirected. (The page the user is redirected from.) |
37+
| Inbound URL | The partial URL that is to be redirected. |
3938
| Status Code | One of the following: **302 (Temporary Redirect)**: returns a temporary redirect status. This is the default. - **301 (Permanent Redirect)**: returns a permanent redirect status, indicating the resource has moved permanently. |
4039
| URL | A target external URL to be redirected to. (Use this if the user is being redirected to a link external to the website specified above.) |
4140
| Web Page | A target internal webpage to be redirected to. (Use this if the user is being redirected to a page internal to the website specified above.) |
@@ -57,6 +56,7 @@ results in the browser requesting the following URL:
5756

5857
https://customerportal.contoso.com/surveys/customer-service-survey/
5958

60-
59+
> [!WARNING]
60+
> There is a known issue where if you navigate to the inbound page using the site default navigation (the navigation menu that appears in the header of your site), a `/` will be appended to the URL, for example `https://contoso.powerappsportals.com/cs-survey/` and will **not** redirect to the target URL. If you navigate directly to the URL, for example `https://contoso.powerappsportals.com/cs-survey` the redirect will navigate to the target URL.
6161
6262
[!INCLUDE[footer-include](../../../includes/footer-banner.md)]

0 commit comments

Comments
 (0)