Good Afternoon,
I have a folder in the root outside protected called uploads.
If i use my frontend domain. https://frontenddomain/uploads i can access the folder whereas if i use https://backenddomain/uploads i get a 404 error.
i’m assuming its due to backend root being domain\backend so it starts one step higher, can i use some sort of rewrite rule to make the folder visible to backend?