Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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,
Kris
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
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
You can find part of your answer here: Re: "Avoiding" /qlikview on Access Point URL in 11.2 SR3
Thanks Andrew and Gysbert for the correct answers.
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
Hi Kris,
I have the same question...
Did you find a solution to this?
Thanks,
Julie
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
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>