Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
amars
Specialist
Specialist

Server Upgrade - Redirect Access point URL from Old to New Server

Hi All,

We are changing our UAT Server.

As users are familiar with the old server URL, willing to redirect the users to the new URL.

e.g.

Old Accesspoint URL   :- http://OldServer/qlikview           should redirect to

New Accesspoint URL  :- http://NewServer/qlikview


We are using 11.2 SR12 with IIS. Can anyone please suggest how to do that?


Thanks in advance....


Best Regards

Amar


1 Solution

Accepted Solutions
amars
Specialist
Specialist
Author

Thanks Varun but this is not what I wanted.

We were upgrading our old UAT Server to a New UAT Server. The Old server didn't had a hostname and thus the users were using it with the servername url.

Even though qlikview officially doesn't support changing the files, I was able to achieve it by changing the Index.htm file. Just change the old server index.htm & add the below line after the </head>.

</head>

<META http-equiv="refresh" content="0;URL=http://newserver/qlikview/index.htm">

Thanks...

View solution in original post

2 Replies
techvarun
Specialist II
Specialist II

You need a HTML script to redirect.

Redirect from AccessPoint web page to specific report

amars
Specialist
Specialist
Author

Thanks Varun but this is not what I wanted.

We were upgrading our old UAT Server to a New UAT Server. The Old server didn't had a hostname and thus the users were using it with the servername url.

Even though qlikview officially doesn't support changing the files, I was able to achieve it by changing the Index.htm file. Just change the old server index.htm & add the below line after the </head>.

</head>

<META http-equiv="refresh" content="0;URL=http://newserver/qlikview/index.htm">

Thanks...