Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

QlikView Web Server - Web Address

Hey Guys,

I'm using QV's web service not IIS.

Right now when people want to go to accesspoint they go to:

http://mywebsite.com/qlikview/index.htm

but I want them to be able to go to

http://mywebsite.com/index.htm

Any ideas how to take the qlikview portion out of the address??

1 Solution

Accepted Solutions
vgutkovsky
Master II
Master II

Kristen,

I don't think this is possible with QVWS. QVWS is built on IIS, but is a lighter version of IIS. In the full version of IIS you can set up redirects from Default Web Site to /QlikView, but I don't think this feature is available with QVWS.

Regards,

View solution in original post

3 Replies
vgutkovsky
Master II
Master II

Kristen,

I don't think this is possible with QVWS. QVWS is built on IIS, but is a lighter version of IIS. In the full version of IIS you can set up redirects from Default Web Site to /QlikView, but I don't think this feature is available with QVWS.

Regards,

Not applicable
Author

Hi,

in QEMC > Root folders there is a folder "Qlikview" with path=C:\Program Files\QlikView\Web .

Make a new folder withot name poiting to same "C:\Program Files\QlikView\Web" . That will result in url http:/mywebsite/index.html

-Alex

vgutkovsky
Master II
Master II

Cool!