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: phpserver/README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ PHP Built-in webserver
3
3
4
4
PHP has had a <ahref="https://secure.php.net/manual/en/features.commandline.webserver.php"target="_blank">built-in web sever</a> since version 5.4.
5
5
6
-
PHP's web server provides a router script for use with server rewrites. Magento, like many other applications and frameworks, requires server rewrites.The router script either:
6
+
PHP's web server provides a router script for use with server rewrites. Magento, like many other applications and frameworks, requires server rewrites.The router script either:
7
7
- The web server executes the requested PHP script using a server-side include
8
8
- Returns `false`, which means the web server returns the file using file system lookup
0 commit comments