Built-in web server.
Download ZIP file and copy it into your system/extensions
folder. Learn more about extensions.
You can start a web server at the command line. The built-in web server is convenient for developers, designers and translators. This allows you to see your website on your computer and upload it to your web server later. Open a terminal window. Go to your installation folder, where the file yellow.php
is. Type php yellow.php serve
, you can optionally add a URL. Open a web browser and go to the URL shown.
Starting web server at the command line:
php yellow.php serve
Starting web server at the command line, different URLs:
php yellow.php serve http://localhost:8000/
php yellow.php serve http://localhost:8080/
php yellow.php serve http://localhost:8888/
Anna Svensson. Get help.