Skip to main content
May 17, 2010
Question

RH Server 8. secured directory

  • May 17, 2010
  • 1 reply
  • 778 views

We have a project that is publish to a RH secured area "production", the call looks like this to view the help

http://...../robohelp/server?prj=MyProject&area=production

a redirect comes back with

http://........../robohelp/admin/login.jsp#%3E%3Eprj=MyProject%3E%3Ecap=NewWindow%3E%3Epbs=toc|ndx|nls|gls%3E%3Epdb=toc%3E%3Epot=2%3E%3Epan=0http://......../robohelp/robo/secure_server/production/projects_fhpro/MyProject/MyProject.htm#%3E%3Eprj=MyProject%3E%3Ecap=NewWindow%3E%3Epbs=toc|ndx|nls|gls%3E%3Epdb=toc%3E%3Epot=2%3E%3Epan=0

We would like to change theses defaults that is passed into the Admin login page

prj=MyProject>>cap=NewWindow>>pbs=toc|ndx|nls|gls>>pdb=toc>>pot=2>>pan=0

I would like to change it to

prj=MyProject>>cap=MyProjectWindow>>pbs=toc|ndx|nls|gls>>pdb=toc>>pot=3>>pan=0

I have not been able to find these settings in project or generated xml files.

The project output is FlashHelp Pro

This topic has been closed for replies.

1 reply

May 20, 2010

Hello.... is there no answer for this?

johndaigle
Legend
May 21, 2010

Hi eduml99.

I need some clarification. I have not worked with FlashHelp Pro lately but it appears you may be asking about how to change the "NewWindow" attribute to "MyProjectWindow". Is that correct?

If so, then you would:

  1. Make sure FlashHelp Pro is your primary layout in the SSL pod
  2. Go to Project Setup > Windows > Create New Window and give it a name "MyProjectWindow" and Save the new window definition
  3. When you generate FlashHelp Pro make sure you select "Default Window" on the first screen of the dialog.

Also, what is meant by "passed into the Admin login page?"

Thanks
John Daigle

Adobe Certified RoboHelp and Captivate Instructor

John DaigleAdobe Certified RoboHelp and Captivate InstructorNewport, Oregon
May 21, 2010

We are using RoboHelp server. In the Server we set up an area called Production and checked the Protected Attribute. If anyone connets to this project they will be prompted by the admin login window, ID/Password and we authenticate through our LDAP. Whatever page you were trying to go to, is passed in a argument to the login page, you can see it in the URL

By default, our landing URL does this redirect: http://..../ robohelp/server?prj=myProject&area=production&type=flashhelp"

Thanks

Ed