Is there a php equivalent of mongrel? I don't want to install Apache, just to preview a simple template.
+1
A:
I know it's not the ideal solution, but if it's just one page, you can render it straight out to HTML.
php /path/to/file.php > /path/to/output.html
Matchu
2010-05-24 12:53:34