Using PHP Built-in webserver ============================ As of PHP 5.4.0, you can use PHP's on built-in_ web server for development. To start the server type: .. code-block:: bash php -S localhost:8000 -t /web_root If you want to rewrite the URIs to the index.php file use the following router file (.htrouter.php): .. code-block:: php