I’ve installed xampp locally onto a Windows 2008 Server and through that, WordPress. This has installed WP into a folder C:\xampp\apps\wordpress.
I can access the site and the admin dashboard by going to https://localhost/wordpress and https://localhost/wordpress/wp-admin respectively.
I’m having problems creating a second site. I have created a new, blank, database in MySQL but no matter where I copy the contents of the WP zip file to, I can’t seem to navigate to the install.php file in the wp-admin folder.
Using IIS, generally speaking, the root of localhost would be C:\inetpub\wwwroot. Where is the root folder when using xampp? IIS is installed using port 81, xampp is using port 80.
AHA TIA