Skip to main content
Announcements
Customer Spotlight: Discover what’s possible with embedded analytics Oct. 16 at 10:00 AM ET: REGISTER NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
alessiodimatteo
Contributor
Contributor

Custom URL to access app

Hi everyone,

I'm trying to add a custom configuration to access apps.

I have un app which URL is https://*domain*/*virtualproxyprefix*/sense/app/*appID* and I want to set a custom URL like "https://*domain*/*virtualproxyprefix*/*Customname* that redirect to that specific app.

I'm using a Qlik Sense Environment with an Apache web server.

Do you know if it is possible and how to do it?

Thank you for help.

Alessio

Labels (1)
1 Solution

Accepted Solutions
Jay_Brown
Support
Support

Hello @alessiodimatteo , yes you can do this using re-write via Apache.

See the response that mentions re-write to map https://biqlikserver/helloworld to https://biqlikserver/sense/app/appid at the following discussion.
https://community.qlik.com/t5/Deployment-Management/Custom-URL-to-application/td-p/1568301

 

This also contains a link to the documentation for how to do this in IIS which can be translated to Apache as needed.

 

Hope that helps!

To help users find verified answers, please don't forget to mark a correct resolution or answer to your problem or question as correct.

View solution in original post

1 Reply
Jay_Brown
Support
Support

Hello @alessiodimatteo , yes you can do this using re-write via Apache.

See the response that mentions re-write to map https://biqlikserver/helloworld to https://biqlikserver/sense/app/appid at the following discussion.
https://community.qlik.com/t5/Deployment-Management/Custom-URL-to-application/td-p/1568301

 

This also contains a link to the documentation for how to do this in IIS which can be translated to Apache as needed.

 

Hope that helps!

To help users find verified answers, please don't forget to mark a correct resolution or answer to your problem or question as correct.