php.ini help!!

Need help installing PHP, configuring a script, or configuring a server? Then come on in and post your questions! We'll try to help the best we can!

Moderator: General Moderators

Post Reply
turlockmike
Forum Newbie
Posts: 1
Joined: Thu Sep 20, 2007 4:59 am

php.ini help!!

Post by turlockmike »

For some reason in my root directory for my site it won't accept the ../ as the acceptable means for root directory, however, in every other directory it does. For some reason it only accepts ./ in my root directory. I believe this has something to do with my php.ini file but I am not sure. Anyone have this issue before and can help me?
User avatar
pickle
Briney Mod
Posts: 6445
Joined: Mon Jan 19, 2004 6:11 pm
Location: 53.01N x 112.48W
Contact:

Post by pickle »

Could you reword your question - it's a bit unclear to me.

../ means "parent directory", whereas ./ means "this directory". You can't have ../ for the root directory because it doesn't have a parent.
Real programmers don't comment their code. If it was hard to write, it should be hard to understand.
Post Reply