Viewing HTML file from a directory in your browser by starting a PHP server
cd /my/public/directory
php -S localhost:8000
Viewing HTML file from a directory in your browser by starting a PHP server
cd /my/public/directory
php -S localhost:8000
Get the latest posts delivered right to your inbox