Editor loading issue

So not sure if this is a h5p error.. but here is an issue I had.. just for documentation or to help a friend..

If you are running multiple sites for example drupal and wordpress on the same server .. it is important to have the following on your .htaccess file in the drupal .. sites/default/files/.htaccess

///////

Options +SymLinksIfOwnerMatch

    RewriteEngine on

///////

This solved the loading h5p editor for me..