You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: php/lesson1/tutorial.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -75,7 +75,7 @@ $ php -S 0.0.0.0:8080
75
75
3.`0.0.0.0` is the IP that the WebServer should listen on. By using `0` it will listen on everything - fine for development
76
76
4.`8080` is the port to listen on - fine for development but in production the default port is `80` and therefore not required when accessing a URL
77
77
78
-
Lets see the script output in the browser, in your browser (ideally **Firefox** or **Chrome**) navigate to ` http://localhost:8090/` and you should see:
78
+
Lets see the script output in the browser, in your browser (ideally **Firefox** or **Chrome**) navigate to ` http://localhost:8080/` and you should see:
0 commit comments