Problens with the server

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
molandim
Forum Newbie
Posts: 19
Joined: Thu Feb 20, 2003 11:33 am
Location: Brazil
Contact:

Problens with the server

Post 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:
User avatar
volka
DevNet Evangelist
Posts: 8391
Joined: Tue May 07, 2002 9:48 am
Location: Berlin, ger

Post 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.
User avatar
twigletmac
Her Royal Site Adminness
Posts: 5371
Joined: Tue Apr 23, 2002 2:21 am
Location: Essex, UK

Post 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
lc
Forum Contributor
Posts: 188
Joined: Tue Apr 23, 2002 6:45 pm
Location: Netherlands

Post by lc »

Is the server running in safe mode by chance??
User avatar
Wayne
Forum Contributor
Posts: 339
Joined: Wed Jun 05, 2002 10:59 am

Post by Wayne »

probably a stupid question but have you checked the file attributes?? of the files and the folder??
DeGauss
Forum Contributor
Posts: 105
Joined: Tue Oct 22, 2002 9:44 am
Location: Gainesville, FL

Post by DeGauss »

Have you changed the include_path directive in php.ini to reflect which directories you wish to use as php directories?
Post Reply