Community
Participate
Working Groups
1. create a project 2. create a default server for this project (PHP > PHP Debug) 3. make sure that the server port is 80 4. run as ... PHP Web Page Expected : URL should be http://<ip>/folder/file.php Actual: URL is http://<ip>:80/folder/file.php
Created attachment 178258 [details] patch
fixed for branch and head
Verified.