I have a webhosting on OVH (pro).
I executed the command :
php artisan storage:link
But the images do not display.
With the symlink => blank page: https://i.stack.imgur.com/AaFyZ.png
Without the symlink => 404: https://i.stack.imgur.com/XM8MW.png
The website url ( see in my screenshot ) works because i test the new server with my hosts file edited.
Perhaps my htaccess
www/.htaccess : https://www.codepile.net/pile/EvX3lVay
www/public/.htaccess : https://www.codepile.net/pile/1X2xWA0D
Any idea why ?