rfc:builtinwebserver

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
rfc:builtinwebserver [2011/06/21 00:14] – Update with -t option sixdrfc:builtinwebserver [2011/07/01 18:36] – Remove left over text from before the -t option was added sixd
Line 35: Line 35:
  
   php -S localhost:8000 -t docroot   php -S localhost:8000 -t docroot
 +
 +==== Directory Indexes ====
 +
 +If a request is made for a directory, the web server will return index.html or index.php if they exist in the directory.
  
 ==== Router Script ==== ==== Router Script ====
Line 41: Line 45:
   php -S localhost:8000 routing.php   php -S localhost:8000 routing.php
  
-If the path to a file is given in place of document root the file will be regarded as a router script and the document root will then be set to the directory where it belongs.+If the path to a file is given, the file will be regarded as a router script and the document root will then be set to the directory where it belongs.
  
 <code php> <code php>
rfc/builtinwebserver.txt · Last modified: 2017/09/22 13:28 by 127.0.0.1