This topic is locked

Default Page and Logins

11/16/2007 06:35:31
PHPRunner General questions
J
JeanPierre author

I downloaded the trial version yesterday and have been using it non stop apart from having to go to sleep. I am well impressed with the tool. I am either missing something or unable to find the correct way to do this in the help files.
I want to set a default page without using the login screen but I want the login screen only to show when those with the correct rights want to make changes to data used. All other users who just want to view the site should be able to navigate around the site freely. I do have a method around the problem. I created 2 projects one for anyone visiting the site and another project for administration. I know its possible because its carried out in the Cars example. I did try and change the php file pointed to in the index.html but I am still being redirected to the login security. I guess I could hand code round the problem but there may be a very simple thing that I'm missing.
Thank you for any assistance provided

JP

Alexey admin 11/16/2007

Jean Pierre,
you need to enable Guest login in the Advanced dialog on the Security tab in PHPRunner.

Then users can open pages directly without being redirected to Login page.
Use Permissions dialog to specify which pages are accessible by Guest.