Skip to content

Commit

Permalink
fix: licensing url with trailing slash
Browse files Browse the repository at this point in the history
- added another UrlRewrite entry to handle licensing/ with trailing slash.
  • Loading branch information
ighristov committed Feb 12, 2025
1 parent bcc56e9 commit b73b8d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions redirect.config
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

<add key="/report-server/user-guide/search" value = "/report-server/user-guide/report-server-manager-overview"/>
<add key="/report-server/licensing" value = "/report-server/licensing/setting-up-your-telerik-repor-server-license-key"/>
<add key="/report-server/licensing/" value = "/report-server/licensing/setting-up-your-telerik-repor-server-license-key"/>

<add key="{{site.baseurl}}{{ redirect }}" value="{{ page.url | remove_first: '/' | replace: '.html', '' }}"/>{% endfor %}{% endfor %}
</rewriteMap>
Expand Down

0 comments on commit b73b8d1

Please sign in to comment.