Page 1 of 1

Installing multiple Wordpress Sites in Xampp?

PostPosted: 15. August 2017 04:50
by james82
how to Installing multiple Wordpress Sites in Xampp? where can i start? i success install 1 wordpress site on xampp. i need 3 more site in xampp. how to access those site? still 'localhost'?

Re: Installing multiple Wordpress Sites in Xampp?

PostPosted: 15. August 2017 10:09
by Nobbie
Put each installation into its own subfolder (i.e. c:/xampp/htdocs/wp1, c:/xampp/htdocs/wp2 etc.), access them via http://localhost/wp1 and http://localhost/wp2 etc.

Also apply different database for each installation (i.e. also WP1 and WP2 and WP3 or so, create these databases in PhpMyAdmin before installing WordPress).
Instead you might apply only one database for all installations, but in that case you have to apply different suffix/prefix (see WordPress installation dialog) for each installation.

For any deeper question go to a WordPress forum and ask for support, as this is NOT an Xampp issue, but a WordPress issue. This forum does not provide WordPress support.

Re: Installing multiple Wordpress Sites in Xampp?

PostPosted: 15. August 2017 13:12
by Altrea
And don't use the Bitnami installers. They can only install each application once.

Re: Installing multiple Wordpress Sites in Xampp?

PostPosted: 09. September 2017 16:36
by faospark
why not just use network/multisite mode on wordpress?