I have the following directory setup:
/var/www/html
and
/home/tim/Website/files_here
The folder html is actually a link to /home/tim/Website. This means all my Website files are in my home area (they get included in the backup etc).
Is there anything wrong with this method? Is there a better way to get the homepage to be in /home/tim/Website?
Are symbolic links on a web server ever incompatible with users not on linux?
FollowSymLinksoption in apache disabled and it would still work. So that security problem wouldn't be an issue. – Dan Sep 24 '14 at 15:54