Setup permissions for XAMPP

When installing XAMPP on Linux, you need to setup permissions to access the htdocs folder located at /opt/lampp/htdocs/.

sudo chown -Rc robin /opt/lampp/htdocs/
sudo chmod -Rc 777 /opt/lampp/htdocs/