How to install a Laravel site on InfinityFree
InfinityFree Forum [Unofficial]
June 7, 2026
Thank you for sharing the details. I investigated it and found the issue!
As expected, the problem was a bug in the .htaccess code. The correct .htaccess code looks like this:
RewriteEngine On
RewriteRule ^storage/(.*)$ /storage/app/public/$1 [END]
RewriteRule (.*) /public/$1 [L]
I’ve already applied the modification to your website, so you should be able to verify that it works now.
Discussion in the ATmosphere