Home page is redirecting to a secured website

This forum is for all Flare issues related to the HTML5, WebHelp, WebHelp Plus, and Adobe Air Targets
Post Reply
lmstevens64
Jr. Propeller Head
Posts: 3
Joined: Tue Dec 20, 2022 8:11 am

Home page is redirecting to a secured website

Post by lmstevens64 »

I inherited a flare project that builds to a website behind a login. That website no longer exists. Typically when I build a project I can view the temporary output for the project on my C drive. When this project builds, and I choose to view the output in Chrome, it sends me to the web address with my default home page at the back of that address. (https://myweb.esupport.com/Customers/ap ... efault.htm) Notice that my default.htm is at the end of the address. I cannot find a reference to myweb.esupport.com anywhere. I want my temp output to go to C:/Users/lmste/Telstrat/Output/Output/Web/Web-LMS/Default.htm. I've recreated a TOC and Target. I've checked my default page for any reference to the website. My project properties do not show this either. Does anyone have ANY suggestions as to how to remove this redirect?
sarrantsvt
Propeller Head
Posts: 47
Joined: Mon Jun 28, 2021 8:02 am

Re: Home page is redirecting to a secured website

Post by sarrantsvt »

Do you have a publishing destination (see the target's Publishing tab)?
Doing Online Help since 1990. I remember "dots" .........
Got a bug? https://www.madcapsoftware.com/feedback/bugs/
Got a suggestion? https://www.madcapsoftware.com/feedback ... quest.aspx
Psider
Propellus Maximus
Posts: 811
Joined: Wed Jul 06, 2011 1:32 am

Re: Home page is redirecting to a secured website

Post by Psider »

Maybe there's a redirect htm file or javascript file that redirects to the website as soon as you load the help on your c drive? Or a meta tag like <meta http-equiv="refresh" content="5;url=http://example.com/" />?
Post Reply