Does PHP\'s built in server not make use of .htaccess? Makes sense, I suppose, as it isn\'t relying upon Apache(?). Anyway, is it possible to tell the server to make use of
Here's the router that I use for the builtin php webserver that serves assets from the filesystem if they exist and otherwise performs a rewrite to an index.php file.