I took over an existing contao project and pulled the files from the server for local development. The issue however is, that the page is automatically redirected to https and I can not find where to configure this.
In the web
folder I'm running this command: php -S localhost:8190
and if I open the link, I get unexpectedly redirected to https://localhost/
Anybody knows how to keep the actual localhost url?