|
Posted by Rincewind on 09/21/05 00:02
On 20 Sep 2005 05:04:32 -0700, gregsands wrote:
> Thats what I thought, so I created a helloworld.html file and put it in
> the same folder as my test.php file (which contains <? phpinfo() ?> ).
> My helloworld.html file works fine but the php file gets the file not
> found eror message?
>
> localhost/helloworld.html
> localhost/test.php
>
> location : Apache/htdocs/
Please quote what your replying to.
The problem with that is that it doesn't prove anything of value, you can
open HTML files from any location and get the correct output, with php
files they need to go through the server to be parsed in order for the
output to be converted.
Do you have short tags enabled in your php.ini around about line 80,
because unless you have your script won't work, it should read <?php
phpinfo()?>
Navigation:
[Reply to this message]
|