I have a fresh install of Processwire, and I've set the admin area to 'admin'.
However, as I'm using a Cloud9 selfhosted IDE, I run my dev projects using the PHP webserver.
I cannot access the admin panel (or any routing urls), as the routing is designed around a .htaccess rewrite
I followed this guide https://processwire.com/talk/topic/13445-using-phps-built-in-webserver-with-processwire/ to create a routing file, but with no joy.
How can I get a dev processwire site up and running using the PHP server?