Forum Discussion
_woscie
2 years agoRegular Visitor
redirect to /reports page
Hi, dear friends how can I config power bi report server to redirect to the reports page when https://reports.domain.com/ is entered? thanks is advance.
Anonymous
2 years agoNot applicable
Hi _woscie ,
Follow this steps:
-
URL Rewrite (IIS):
- You can achieve this using URL rewriting rules in IIS (Internet Information Services). These rules will redirect requests from the root URL to the specific reports page.
- Set up a rule that redirects https://reports.domain.com/ to https://reports.domain.com/reports.
- Ensure that the rule is configured to handle both HTTP and HTTPS requests.
-
Power BI Report Server Configuration:
- Open the Power BI Report Server Configuration Manager.
- Navigate to the Web Portal URL section.
- Set the Web Portal URL to https://reports.domain.com/reports.
- Save the changes.
-
Permissions and Authentication:
- Make sure the necessary permissions are set for users accessing the reports.
- Assign the appropriate roles (such as Site Administrator) to domain user accounts.
- Ensure that folder permissions are correctly configured for your domain accounts.
Below is the official link will help you:
Creating Rewrite Rules for the URL Rewrite Module | Microsoft Learn
Best Regards,
Xianda Tang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
woscie
2 years agoFrequent Visitor
thanks Xianda Tang,
currently IIS not installed on our server. should I install IIS ? do IIS consistent with PBI?