I want to allow my users to have a default includes directory for PHP using apache under public_html. Is this possible?
What do u mean "include" directories..
Like
user1 has:
<? include ("user_1.php");?>
and user two
<? include ("user_2.php");?> ?