I did the project publishing, it ran correctly, however, the other projects that were in the root stopped working, I checked and from what I noticed the problem is in the .htaccess, which is so at the moment:
php_value date.timezone 'America/Sao_Paulo'
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteRule ^image/(.*)\.[a-zA-Z]{2,4}$ app/webroot/thumb.php?$1 [QSA,L]
RewriteRule ^$ app/webroot/ [L]
RewriteRule (.*) app/webroot/$1 [L]
</IfModule>
If I put the other projects inside the / webroot folder they work but stay with / app / webroot / project URL