How to quick test PHP script under Apache on FreeBSD
February 13, 2005 10:51 pmTo test PHP, make a file test.php in /usr/local/apache/htdocs/ directory, with the folowing text:
<html><body><?phpphpinfo();?></body></html>
and view this script through your browser: # lynx http://localhost/test.php
FreeBSDRelated posts:


