This topic is locked

PHPRunner- Apache Server

8/28/2005 9:14:19 AM
PHPRunner General questions
author

Just downloaded phprunner and keen to use this on a project i have in mind, however:
I would like to view my new demo phprunner application in my browser whilst running an Apache Server , MySQL , Application. on my box (This is once I have arrived on the final build page of the phprunner application wizard)
I have connected to the database with PHPrunner and got to the point where I would like to view the project in my browser
Can anyone assist me as the help file insists on a II Server or personal web server
Thank You

Tony Carter

Sergey Kornilov admin 8/29/2005

Anthony,
View in browserbutton is supported with IIS only. When using Apache you can do the following to browse your pages:

  1. Browse for any directory under Apache htdocs folder on Output directory tab in PHPRunner. I.e. create PHPRunner folder there.
  2. Build the project
  3. Open the following URL in browser
    http://localhost/PHPRunner/index.htm
    where PHPRunner is the name of folder you created.