Skip to main content
Announcements
SYSTEM MAINTENANCE: Thurs., Sept. 19, 1 AM ET, Platform will be unavailable for approx. 60 minutes.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

AccessPoint URL

Hello,

My URL for access point is something like:

http://qv.mydomain.com/qlikview/

I'ld like to make it simplier with something like:

http://qv.mydomain.com

I went in the QEMC, to the "Web" tab and changed "QLIKVIEW" to "" (empty).

When I tried to restart the service, it wont restart.

I've found the config file, and replaced "" by "QLIKVIEW" --> service can restart.

I thought that I can't remove "QLIKVIEW", but I can add a new redirection. But when I add a redirection, service don't restart.

1. How can I manage to have

http://qv.mydomain.com

as access point URL?

2. Why the hell is there some modifiable parameters in the QEMC where, when changed, make the service ineffective?

I'm using QV server v11 SR 2 with QV web server.

11 Replies
Bill_Britt
Former Employee
Former Employee

Hi Scott,

You will have to setup an Http redirect to do that.

Bill

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

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