Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How to change Qlikview Access point url


Hi All, I have qlikview access point url... I would like to know if we can use short form of qlikview access point url.

Like http://servername/qlikview/index.htm  to http://qlikview or like user just type qlikview in thier browser and it opens access point.

1 Solution

Accepted Solutions
afurtado
Partner Ambassador/MVP
Partner Ambassador/MVP

Hi.

you can put just the machine name without  qlikview.htm  like image.

url.jpg

Alessandro Furtado

furtado@farolbi.com.br

View solution in original post

4 Replies
afurtado
Partner Ambassador/MVP
Partner Ambassador/MVP

Hi.

you can put just the machine name without  qlikview.htm  like image.

url.jpg

Alessandro Furtado

furtado@farolbi.com.br
Not applicable
Author


Hi It seems I have IIS web server also configured, when i dont use qlikview at the end and lave server name alone, it brings IIS 7 web server default page... so seems just using server name goes there. now sure if i can overwrite and it brings qlikview access point.

jafari_ervin
Creator III
Creator III

add this script

<script>

        document.location="/qlikview/";

</script>

on top the this file:

c:\inetpub\wwwroot\iisStart.htm

avinashelite