I have the CakePHP framework installed on my www.vimundos.com linux server, before installing CakePHP in my public_html, I issued a SSL certificate successfully using Let's Encrypt which created a .well-known/acme-challenge/ directory containing some content crucial to the certificate.
Of course after installing the framework, my certificate was removed. CakePHP is not allowing direct access to the directory, I tried using the Route::redirect() feature to map .well-known/* urls to the directory, but i only get a ERR_TOO_MANY_REDIRECTS error.