.htaccess içinde sunucuyla çakışan bir yönlendirme kodu var galiba, neden çakıştığını anlamak için incelemek lazım hem sunucuyu hem .htaccess'i.
Çözülebilir ama.
RewriteEngine on
RewriteCond %{REQUEST_URI} !^/pub/
RewriteCond %{REQUEST_URI} !^/setup/
RewriteCond %{REQUEST_URI} !^/update/
RewriteCond %{REQUEST_URI} !^/dev/
RewriteRule .* /pub/$0 [L]
DirectoryIndex index.php
# php -- BEGIN cPanel-generated handler, do not edit
# Set the ea-php72 package as the default PHP programming language.
<IfModule mime_module>
AddType application/x-httpd-ea-php72 .php .php7 .phtml
</IfModule>
# php -- END cPanel-generated handler, do not edit