1

I love how to try a Rails app out, I just type script/server. I wish there were a way to do something similar from the top level directory of a PHP project.

This answer to the question "Downloading php files from python simple http server" caught my attention.

Any thoughts on how that answer could be adapted to work with a PHP project directory tree?

Nicholas H.
  • 133
  • 4

1 Answers1

0

You don't want to do that, since things such as redirects will be broken. Use something like WPHP instead.

Ignacio Vazquez-Abrams
  • 45,019
  • 5
  • 78
  • 84
  • [How can I use WPHP with Python Paste?](http://serverfault.com/questions/173223/how-can-i-use-wphp-with-python-paste "How can I use WPHP with Python Paste - Server Fault") – Nicholas H. Aug 22 '10 at 10:41