XAMPP Non-root access to htdocs without changing permissions.

So you install XAMPP (Apache, PHP, MySQL development environment) and are ready to create your world famous web application but XAMPP installs into opt, which requires root to write to the files. You could change permissions, add groups, or symlink with some variation but why? Apache can serve docs from anywhere with a few changes […]