I usually use Apache as a web server for my php applications. But I just found that php 5.4 comes with a built-in web server.
In the first application I tried to download php -S, I noticed that the rewrite rules are not enabled or do not work properly.
Does anyone know if an embedded server has such a thing?
source
share