--- In [email protected], "Kjirsti van Rooijen" <[EMAIL PROTECTED]> wrote: > > --- In [email protected], "linu13x" <vw_chaefer@> wrote: > > > > Hy > > > > I am working with php and have a problem. > > I saved the two php examples from acmesystems.it on my foxboard. > > While the sqlite.php file is working, I get always an error > > message "The page can not be found" when I want to open > helloworld.php. > > > > Can anyone tell me what the problem is? > > > > Regards Steff > > > > I've got the same problem. I have made 2 scripts: > > <? > echo "this is a test"; > ?> > > and > > <? > phpinfo(); > ?> > > The first gives a 404 'page not found' and the second gives a php > info listing (so is working fine). Both scrips have read and execute > rights, both are in /mnt/flash/root directory > > any help available? > Regards, Nico > Anyone can explain the following behavior?
first my helloworld.php gives a 'page not found' i'm using chmod a-x helloworld.php and it gives a 502 bad gateway i'm using chmod a+x helloworld.php and it's working fine! Weird or not?
