{
  "$type": "site.standard.document",
  "bskyPostRef": {
    "cid": "bafyreib26nsggck55ap24ubkatqsmd6r62jt6gptstbjppwuzr2ewpxbta",
    "uri": "at://did:plc:qfsyszxhq5agxsg2n5zo4lno/app.bsky.feed.post/3mnotyhl7mc42"
  },
  "path": "/t/how-to-install-a-laravel-site-on-infinityfree/118578#post_6",
  "publishedAt": "2026-06-07T08:02:01.000Z",
  "site": "https://forum.infinityfree.com",
  "textContent": "Thank you for sharing the details. I investigated it and found the issue!\n\nAs expected, the problem was a bug in the .htaccess code. The correct .htaccess code looks like this:\n\n\n    RewriteEngine On\n    RewriteRule ^storage/(.*)$ /storage/app/public/$1 [END]\n    RewriteRule (.*) /public/$1 [L]\n\n\nI’ve already applied the modification to your website, so you should be able to verify that it works now.",
  "title": "How to install a Laravel site on InfinityFree"
}