Symfony

How to move Symfony's public folder to public_html to match Simply.com's hosting structure.

public folder

You need to change Symfony's public folder to public_html; it is described here: https://symfony.com/doc/current/configuration/override_dir_structure.html#override-web-dir how to do it.

Article from the support category: PHP

Other relevant articles