On Sun, 08 May 2005 19:07, motivated wrote: > I only want to see if php/apache is working.
How about this then:- logged in as yourself with the username kelvyn mkdir -f public_html echo "<?php phpinfo(); ?>" > ./public_html/test.php konqueror http://localhost/~kelvyn/test.php you should see something very similar to that at:- http://shell.clug.net.nz:8080/~chris/test.php IF you are using apache with an as supplied config that will work. You need a few lessons. -- C. S.
