Skip to main content
Announcements
Qlik Introduces a New Era of Visualization! READ ALL ABOUT IT
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Removing the /qlikview from the URL when configuring IIS7 as webserver

Searched and search and finally found out how to do this thanks to Sokkorn Cheav

to change your url from http://someserver/qlikview

to http://someserver/

in the iisStart.htm

Open notepad as administrator then open c:\inetpub\wwwroot\iisStart.htm as all files

add to top of page

<script>

        document.location="/qlikview/";

</script>

then save

Happy days

Labels (2)
3 Replies
ergustafsson
Partner - Specialist
Partner - Specialist

Hi,

Please add this to "Resources" instead, Resource Library. The discussion forum is more suitable for asking and answering questions.

Regards,

Erik

Bill_Britt
Former Employee
Former Employee

Hi,

I have tested this and it appears to work. However, I can't find where this is approved setting/tag by Microsoft. So, if this would cause issues it would not be supported by Qlik.

Bill - Principal Technical Support Engineer at Qlik
To help users find verified answers, please don't forget to use the "Accept as Solution" button on any posts that helped you resolve your problem or question.
Not applicable
Author

Hi Brett,

Thanks for this.

Very usefull indeed.

Regards,