merhabalar laravel 9 projemi hostinge yükledim database oluşturup aktardım.htaccess oluşturdum fakat View [home.index] not found. hatası alıyorum.
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteRule .*$ public/$1 [L]
</IfModule>
htaccess dosyam bu şekilde. yardımcı olabilir misiniz?