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/
Solutions to stupidly simple problems that took WAY to long to figure out