I'm trying to install WordPress on my laptop I've already installed XAMPP and have Apache and MySQL running, I downloaded WordPress and extracted it inside htdocs, my laptop already had IIS installed.
When I go to localhost/WordPress I get 404 -Not found, looking at detailed info of the error the Physical path is set to C:\inetpub\wwwroot\WordPress and the label of the chrome tab is "IIS 8.5 detailed Error".
This makes me think that my localhost is set to run with IIS and not with XAMPP.
How can I change my localhost to run with XAMPP htdocs instead of IIS wwwroot?