Mutliple Sites using XAMPP
-
I was using XAMPP and wordpress locally for a single site with success. Then, I learned I could set it up for multiple sites and now I am not able to connect any longer.
Some instructions I found online mention updating httpd-vhosts.conf and some do not. I’m starting to wonder if some changes have been made to apache or other modules and now I’ve made changes in multiple areas.
If anyone has this setup, can you let me know what I need to do?
hosts file — I was setting each site in here. But, looks like many folks are simply keeping it to 127.0.0.1 localhosts and not specifying each site. Thoughts?
httpd-vhosts.conf — I setup the <virtualhost *:80> section for my single site, but now wonderfing if I need this.
My first sites wp-config.php — haven’t made any changes here right? This is for a single site / single install of wordpress.
I did change the name of my wordpress folder from ‘wordpress’ to ‘bhp’ which is the name of my first site. This is under: c:\xampp\htdocs\.
My database name is bhp_wordpress, so I”m trying to login to WP using:
http://localhost/bhp_wordpress/wp-adminAny help is appreciated!
The topic ‘Mutliple Sites using XAMPP’ is closed to new replies.