Page 1 of 1

Problens with the server

Posted: Fri Feb 28, 2003 10:38 am
by molandim
Hi folks, look my bizarre problem

When I have php files in the root of my server, they work well, but when I put then in one folder, they don't work, the browser doesn't find then.

WHY :twisted: :?: :?: :?: :twisted: :twisted:

Posted: Fri Feb 28, 2003 11:23 am
by volka
if it is an apache server it has files called access.log and error.log, you might take a look at these.
Maybe the directories and/or files do not have proper permissions to let theserver access them.

Posted: Sat Mar 01, 2003 1:48 pm
by twigletmac
Are you putting them in another folder in the root folder of the server or in a folder outside of the root of the server?

Mac

Posted: Sun Mar 02, 2003 8:50 am
by lc
Is the server running in safe mode by chance??

Posted: Tue Mar 04, 2003 7:07 am
by Wayne
probably a stupid question but have you checked the file attributes?? of the files and the folder??

Posted: Tue Mar 04, 2003 10:09 am
by DeGauss
Have you changed the include_path directive in php.ini to reflect which directories you wish to use as php directories?