Access denied userdir XAMPP

Solution: You have to change permission to /home/user directory

chmod o+x /home/user

I really don’t like this solution for security reasons but only in this way xampp works well.

1 Like