php.ini help!!
Moderator: General Moderators
-
turlockmike
- Forum Newbie
- Posts: 1
- Joined: Thu Sep 20, 2007 4:59 am
php.ini help!!
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?
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.
../ 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.