[Hosting] Install Bedrock on WPMU DEV hosting

0

I understand that Bedrock is not officially supported for the moment. But we have a lot of websites and we are looking to migrate them and most of them are using a Bedrock setup. We are an agency and we are looking to move and host for long term. Is there any chance that this will work on your hosting in the near future?

  • Voyou Inc.
    • New Recruit

    This ticket is from a LIVEchat where we tried to make bedrock work but wasn’t successful sadly.

    Mainly, what we need to do is to change the current docroot from public_html to public_html/web

    OR

    Be able to put config / vendor folders and .env file outside of the public_html (inside the parent folder)

    and have the permission to read vendor files.

    We can then change the config/application.php root path from /web to /public_html and make this work on a public_html file structure. We often do this on host like godaddy where changing the docroot isn’t possible / easy.

  • Nithin Ramdas
    • Support Wizard

    Hi Voyou Inc. ,

    We do understand you, however, at the moment, since it’s a Managed Hosting, the paths cannot be changed. You’ll have to adjust the paths according to the existing file structure.

    However, we do understand your concern and I have raised this as a feature request to our Hosting team’s attention so that they could discuss and check further regarding the possibility of implementing this down the road.

    Thanks for your feedback.

    Kind Regards,
    Nithin

  • Voyou Inc.
    • New Recruit

    If we had permission to read file from /site (before public_html) we could keep public_html as docroot.

    We tried it and we are able put the file on the /site (via workaround) but when we tried, we got php error because file inside site/vendor aren’t readable from the public_html scope.