Hi Community,
I’ve been writing a pretty complex system with a lot of references to parent directories. I’ve found that I have to reference the ENTIRE path /username/domain.com/file.php for include functionality when working in subfolders and things like “…/file.php” won’t work. I do this all of the time on FreeBSD servers… is there something different in the format on Dreamhost?
ex: <? require_once("../file.php"); ?> doesnt work.
Thanks!