Bunu nasıl kimse çözemiyor anlamadım...
Ana dizinde .htaccess oluşturun eğer varsa oluşturmayın. Bir editör ile htaccessi açıp içerisine şu kodu ekleyin.
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteRule ^(.*)$ public/$1 [L]
</IfModule>
ana dizine bu htaccess dosyasını atın.
<IfModule mod_rewrite.c>
<IfModule mod_negotiation.c>
Options -MultiViews
</IfModule>
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} -d [OR]
RewriteCond %{REQUEST_FILENAME} -f
RewriteRule ^ ^$1 [N]
RewriteCond %{REQUEST_URI} (\.\w+$) [NC]
RewriteRule ^(.*)$ public/$1
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^ server.php
</IfModule>
malesef bunlar ıdenedim olmuyor sunucu plesk ve yeni dye error log dosyasına baktım hata kodunu anlatan makale bu belki siz anlarsınız hocam
https://www.liquidweb.com/kb/apache-...-found-solved/