Skip to content

CodingShower

  • Home
  • About
Skip to content

CodingShower

All Things Software

Tag: php

Run a PHP Web Server to Quickly Serve Local Files and Folders From Any Directory

Posted on February 5, 2022March 13, 2022 by Rick

The most basic requirement while working on websites and web apps is the ability to see our results in a web browser. We do this by serving the local source code via a HTTP web server and then visiting http://localhost in our browser to see the results. Traditionally we’d install and configure web servers like […]

0