<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: redirect to /reports page in Report Server</title>
    <link>https://community.fabric.microsoft.com/t5/Report-Server/redirect-to-reports-page/m-p/4128933#M36604</link>
    <description>&lt;P&gt;How can I add report server to IIS in order to set up a rule for url rewriting&lt;/P&gt;</description>
    <pubDate>Mon, 02 Sep 2024 06:09:24 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-09-02T06:09:24Z</dc:date>
    <item>
      <title>redirect to /reports page</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/redirect-to-reports-page/m-p/3694399#M32854</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;dear friends how can I config power bi report server to redirect to the reports page when &lt;SPAN&gt;https://&lt;/SPAN&gt;&lt;EM&gt;reports&lt;/EM&gt;&lt;SPAN&gt;.domain.com/ is entered?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;thanks is advance.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 12 Feb 2024 15:38:23 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/redirect-to-reports-page/m-p/3694399#M32854</guid>
      <dc:creator>_woscie</dc:creator>
      <dc:date>2024-02-12T15:38:23Z</dc:date>
    </item>
    <item>
      <title>Re: redirect to /reports page</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/redirect-to-reports-page/m-p/3695138#M32860</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="617034" data-lia-user-login="_woscie" class="lia-mention lia-mention-user"&gt;_woscie&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Follow this steps:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;
&lt;P&gt;&lt;STRONG&gt;URL Rewrite (IIS)&lt;/STRONG&gt;:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;You can achieve this using URL rewriting rules in&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;IIS (Internet Information Services)&lt;/STRONG&gt;. These rules will redirect requests from the root URL to the specific reports page.&lt;/LI&gt;
&lt;LI&gt;Set up a rule that redirects&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;A href="https://reports.domain.com/" target="_blank"&gt;https://reports.domain.com/&lt;/A&gt;&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;to&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;A href="https://reports.domain.com/reports" target="_blank"&gt;https://reports.domain.com/reports&lt;/A&gt;&lt;/STRONG&gt;.&lt;/LI&gt;
&lt;LI&gt;Ensure that the rule is configured to handle both HTTP and HTTPS requests.&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;&lt;STRONG&gt;Power BI Report Server Configuration&lt;/STRONG&gt;:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Open the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Power BI Report Server Configuration Manager&lt;/STRONG&gt;.&lt;/LI&gt;
&lt;LI&gt;Navigate to the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Web Portal URL&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;section.&lt;/LI&gt;
&lt;LI&gt;Set the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Web Portal URL&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;to&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;A href="https://reports.domain.com/reports" target="_blank"&gt;https://reports.domain.com/reports&lt;/A&gt;&lt;/STRONG&gt;.&lt;/LI&gt;
&lt;LI&gt;Save the changes.&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;&lt;STRONG&gt;Permissions and Authentication&lt;/STRONG&gt;:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Make sure the necessary permissions are set for users accessing the reports.&lt;/LI&gt;
&lt;LI&gt;Assign the appropriate roles (such as&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Site Administrator&lt;/STRONG&gt;) to domain user accounts.&lt;/LI&gt;
&lt;LI&gt;Ensure that folder permissions are correctly configured for your domain accounts.&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;Below is the official link will help you:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/iis/extensions/url-rewrite-module/creating-rewrite-rules-for-the-url-rewrite-module" target="_blank"&gt;Creating Rewrite Rules for the URL Rewrite Module | Microsoft Learn&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Best Regards,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Xianda Tang&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;If this post &lt;EM&gt;&lt;STRONG&gt;helps&lt;/STRONG&gt;&lt;/EM&gt;, then please consider &lt;EM&gt;&lt;STRONG&gt;Accept it as the solution&lt;/STRONG&gt;&lt;/EM&gt; to help the other members find it more quickly.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Feb 2024 01:40:28 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/redirect-to-reports-page/m-p/3695138#M32860</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-02-13T01:40:28Z</dc:date>
    </item>
    <item>
      <title>Re: redirect to /reports page</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/redirect-to-reports-page/m-p/3695992#M32871</link>
      <description>&lt;P&gt;thanks&amp;nbsp;&lt;SPAN&gt;Xianda Tang,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;currently IIS not installed on our server. should I install IIS ? do IIS consistent with PBI?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Feb 2024 09:34:49 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/redirect-to-reports-page/m-p/3695992#M32871</guid>
      <dc:creator>woscie</dc:creator>
      <dc:date>2024-02-13T09:34:49Z</dc:date>
    </item>
    <item>
      <title>Re: redirect to /reports page</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/redirect-to-reports-page/m-p/3699944#M32906</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="617034" data-lia-user-login="_woscie" class="lia-mention lia-mention-user"&gt;_woscie&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Yes, you need to install IIS and they can coexist quite happily. You just need to make sure they are not using the same port number. If you set up the report server first, it will probably use port 80 by default.IIS will perform the same operation, so you will need to specify a different port for one or the other.&lt;/P&gt;
&lt;P&gt;Below the post will help you:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.fabric.microsoft.com/t5/Report-Server/Does-IIS-affect-Power-BI-Report-server/m-p/1138826" target="_blank"&gt;Solved: Does IIS affect Power BI Report server - Microsoft Fabric Community&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Best Regards,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Xianda Tang&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;If this post &lt;EM&gt;&lt;STRONG&gt;helps&lt;/STRONG&gt;&lt;/EM&gt;, then please consider &lt;EM&gt;&lt;STRONG&gt;Accept it as the solution&lt;/STRONG&gt;&lt;/EM&gt; to help the other members find it more quickly.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Feb 2024 01:21:21 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/redirect-to-reports-page/m-p/3699944#M32906</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-02-15T01:21:21Z</dc:date>
    </item>
    <item>
      <title>Re: redirect to /reports page</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/redirect-to-reports-page/m-p/3703614#M32923</link>
      <description>thanks v-xiandat-msft for your attention</description>
      <pubDate>Fri, 16 Feb 2024 09:36:48 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/redirect-to-reports-page/m-p/3703614#M32923</guid>
      <dc:creator>_woscie</dc:creator>
      <dc:date>2024-02-16T09:36:48Z</dc:date>
    </item>
    <item>
      <title>Re: redirect to /reports page</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/redirect-to-reports-page/m-p/4128933#M36604</link>
      <description>&lt;P&gt;How can I add report server to IIS in order to set up a rule for url rewriting&lt;/P&gt;</description>
      <pubDate>Mon, 02 Sep 2024 06:09:24 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/redirect-to-reports-page/m-p/4128933#M36604</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-09-02T06:09:24Z</dc:date>
    </item>
  </channel>
</rss>

