Create a .htaccess file and place it in the root directory with the following content
RewriteEngine on RewriteRule (.*) public/$1
And add the line below to the file application / configs / applicaton.ini
resources.frontController.baseUrl = "/myapp/"
There will be no errors, I will work fine.
source share