Page 1 of 1

php.ini help!!

Posted: Thu Sep 20, 2007 5:03 am
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?

Posted: Thu Sep 20, 2007 9:50 am
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.