Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
kris_vliegen
Partner - Creator III
Partner - Creator III

Change Access-Point Page

Hi all,

I have a few questions about changing the accesspage.

My boss don't wan't to see the word Qlikview in the accesspoint.

Not in the tab and not in the url...

How can I let the word qlikview dissappear?

The pictures and logo's I found to change them. But what about the to words in yellow?

Regards,

Krisaccesspoint.JPG

1 Solution

Accepted Solutions
awhitfield
Partner - Champion
Partner - Champion

Hi Kris,

You need to edit the files on your QlikView Server under the folder C:\Program Files\QlikView\Web

Inside that folder you'll find the index.htm, AccessPoint.css and AccessPoint.jpg to customise as needed.

Andy

View solution in original post

7 Replies
awhitfield
Partner - Champion
Partner - Champion

Hi Kris,

You need to edit the files on your QlikView Server under the folder C:\Program Files\QlikView\Web

Inside that folder you'll find the index.htm, AccessPoint.css and AccessPoint.jpg to customise as needed.

Andy

Gysbert_Wassenaar

You can find part of your answer here: Re: "Avoiding" /qlikview on Access Point URL in 11.2 SR3


talk is cheap, supply exceeds demand
kris_vliegen
Partner - Creator III
Partner - Creator III
Author

Thanks Andrew and Gysbert for the correct answers.

kris_vliegen
Partner - Creator III
Partner - Creator III
Author

Hi all,

I have a little question.

I found the settings to change the url-name and the tab-name. like "reporting.companyname.com"

If I go to the url, I get a pop-up for the password. If I put the user and password everything works fine. But If I clik "Cancel", He comes with a link reporting.companyname.com/qlikview/login.htm.

Where can I find the setting to delete the qlikview in the link?

Regards,

Kris

juliedecoene
Partner - Contributor III
Partner - Contributor III

Hi Kris,

I have the same question...

Did you find a solution to this?

Thanks,

Julie

kris_vliegen
Partner - Creator III
Partner - Creator III
Author

Hi Julie,

I didn't find a solution to remove qlikview from the link when you clik "Cancel".

If you find one, please let me know.

Regards,

Kris

juliedecoene
Partner - Contributor III
Partner - Contributor III

Hi Kris,

This is the solution we found yesterday with my colleague Cristian, as far we did not find any problem with it.

a) In QEMC > System > Setup > QlikView Web Servers > Web > Root Folders, add a line similar to QLIKVIEW but with empty Name and remove the QLIKVIEW line.

b) In Authentication > Login Address, use /FormLogin.htm instead of /qlikview/FormLogin.htm

c) In C:\Program Files\QlikView\Web, remove “\qlikview” from paths in FormLogin.htm and Login.js

d) In C:\Program Files\QlikView\Server\QlikViewClients\QlikViewAjax\, remove “\qlikview” from paths in Authenticate.aspx and htc\QvAjax.js

e) In C:\Program Files\QlikView\Web, create a subfolder called Qlikview. Inside that folder, create an empty file called index.htm. Open this new file for edition and introduce the following code. Create a similar file for LoginForm.htm.

<!DOCTYPE html PUBLIC "-//IETF//DTD HTML 2.0//EN">

<HTML>

  <HEAD>

    <script language="javascript">

      <!--

             location.replace("../index.htm")

             //-->

    </script>

    <TITLE>

      Redirecting to access point.

    </TITLE>

  </HEAD>

  <BODY>

    <P>Press the link below is you were not re-directed automatically :</P>

    <A Href="../index.html">Here</A>

  </BODY>

</HTML>