This topic is locked
[SOLVED]

 Link to run Locally does not work

5/30/2011 2:27:42 PM
PHPRunner General questions
B
bobalston author

My link to run locally does not work. I have Windows vista and XAMP. I had IIS installed but removed before I installed XAMP.

My settings are:
PHPRunner (c:\xamp\htdocs\project21)
C:\xampp\htdocs\project21
net.tcp/808:localhost/PHPRunner/index.htm
The web site is not displayed and I get the request showing as a google search
This happens with Google Chrome. I also tried copying the net.tcp....... into Internet Explorer 9 with same result.
My workaround is to locate the project under documents\phprunnerprojects\ and copy to c:\xamp\htdocs\
Then I can get to it as http://localhost/project21/output/menu.php
When I upload to the Demo account everything works just fine.
suggestions?

J
Jane 6/1/2011

Probably PHPRunner is not able to recognize Apache or doesn't have permissions to do so.
Simply choose output directory under Apache htdocs i.e. htdocs\project1 and open it in browser as http://localhost/project1

B
bobalston author 6/1/2011

Still looking for a solution.

J
John 6/4/2011

This might be a stupid question but why are you proceeding the URL for your website with net.tcp/808:
John