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

URL modification QlikView Web Server or IIS

Hi,


We are currently building out our QlikView Environment and was looking for assistance with a URL modification/addition (Using either IIS or Qlik Web Server)

Currently when accessing AccessPoint the URL is:

Login Page:

http://SERVERNAME/qlikview/FormLogin.htm

Once logged in:

http://SERVERNAME/qlikview/index.htm

When accessing a QlikView Document (.qvw)

http://SERVERNAME/QvAJAXZfc/opendoc.htm?document=UserDocs%2FGolf%20Quest.qvw&host=QVS%4

etc…

The question is, we wanted to know if it is possible to add a static page or directory that exists at the root of all these URLs: so for example if we wanted the word “QVS” to appear in the URL no matter what page gets accessed inside AccessPoint, would this be possible to add this somewhere? So ideally we are looking for something consistent like this:

Login Page:

http://SERVERNAME/QVS/qlikview/FormLogin.htm

Once logged in:

http://SERVERNAME/QVS/qlikview/index.htm

When accessing a QlikView Document (.qvw)

http://SERVERNAME/QVS/QvAJAXZfc/opendoc.htm?document=UserDocs%2FGolf%20Quest.qvw&host=QVS%4

The purpose of this request is it we have some environments we want these qlik servers to “live” behind and get routed to based off of traffic rules that are in place, these rules require a ‘static’ url / string in the URL that exists so the traffic can be forwarded to the correct Qlik servers consistently.

Is the above request possible to do? I attempted some changes with IIS however with no success, I was hoping maybe the QlikView Web Server had some type of functionality or configuration file to add an extra string to.

Thanks for any assistance with this!

Labels (1)
1 Reply
morgankejerhag
Partner - Creator III
Partner - Creator III

I haven't tried this, but one idea is to add some kind of logic (PHP/JSP or similar) in a QVS directory that somehow handles the different path. So just going to /QVS would call on /qlikview/... and add that path to /QVS.