Forum Moderators: bakedjake
Thanks
Su
Personally, I would then install each site somewhere outside /var/www, like /home/sitename. I create a separate user account for each site, so that it has a directory under home. But it's just a preference, I can't say that's mandatory.
i.e.
on server:
- classes.php = <?echo "hello"?>
- test.php = <?include "classes.php"?>, there
in browser:
- test.php = hello, there