router script for PHP built in web server with directory listing
router script for PHP built-in web server for a apache like directory listing, (*1)
Start with php -S 127.0.0.1:8080 router.php, (*2)
php -S 127.0.0.1:8080 router.php
PHP 5.6+, (*3)
Sources Download
WTFPL