Question: I have a problem with apache giving me a “not found” error. scenario: I have a url of the form –> 10.17.10.19/webapps/api/index.php?url=auth I want to rewrite the url in the form –> 10.17.10.19/webapps/api/auth im Using Ubuntu 20.04 apache2 vhost: ...

Question: I’m pretty new to docker world and more to Traefik, so maybe I’m asking silly questions. We have a docker-compose file with a lamp stack and many vhost to route them. Yesterday I found traefik, and looks good!, but ...