I need to rewrite all requests to files at mydomain.com/storage/archive/ab7572d3-c697-4cfa-9b23-71b6f9c388d1
to
mydomain.com/public/storage/archive/ab7572d3-c697-4cfa-9b23-71b6f9c388d1
So I am adding "public" in the url, nothing else. The files are stored as shown above: 36 characters without extension. Therefore I am looking for a regex to match /storage/archive/ followed by 36 character long file name without extension
I am trying to make it through .htaccess file.