Working in PHPRunner 5.2 I am trying to figure out a simple way to replace the menu.php default page with the Advance Search.php as the start page. Anyone got any ideas?
If you use login you can redirect users to advanced search page using AfterSuccessfulLogin event. If you are not using login page you can modify index.htm file to change redirect from menu.php to the page you need.