The webserver cannot serve both / and /pos_system ?
Images not being served on Laravel App
Let me start by saying, I'm a System Administrator with prior PHP experience - I've never really worked on Laravel projects before but I took this one for my client. The issue is that the system is running on an IP server, one of the things is that the images on the front-end ie logo's are not visible on the front end (after a symlink, the only backend images are now visible). For instance, the visible logo on the backend is
192.332.56.650/pos_system/storage/settings/February2024/16q81BieqYZYajLI5zBU.png
but, the images aren't visible on the front end:
192.332.56.650/storage/settings/February2024/16q81BieqYZYajLI5zBU.png
I've edited out the url for my clients privacy
the /pos_system/ folder is not accessible on the front-end images. I'll truly appreciate some help with this.
Please or to participate in this conversation.