I have installed xampp and when I type localhost into browser it automatically loads the dashboard page with https
https://localhost/dashboard/
When I place the project inside htdocs and run it through localhost/project, it automatically redirects to
https://localhost/project
How to prevent this behavior