Multiple sites on Windows Server 2008
-
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 local site. I have created a new, blank, database in MySQL but no matter where I copy the new contents of the WP zip file to, I can’t seem to navigate to the localhost/newSite/wp-admin/install.php file in the wp-admin folder.
I have edited the wp-config.php file to reflect my new blank mySQL database.
Using IIS, generally speaking, the root of localhost would be C:\inetpub\wwwroot. Where is the root folder for localhost when using xampp?
IIS is installed using port 81, xampp is using port 80.
What do I need to do to run multiple sites?
AHA TIA
- The topic ‘Multiple sites on Windows Server 2008’ is closed to new replies.