March 23, 200916 yr comment_7115 I did a quick search for "multiple websites" but didn't find anything, so I hope someone can help. How would I go about hosting more than one website on one instance of Uniform Server? Thanks, Selym Report
March 23, 200916 yr comment_7116 I did a quick search for "multiple websites" but didn't find anything, so I hope someone can help. How would I go about hosting more than one website on one instance of Uniform Server? Thanks, Selym Hi Selym, You can host multiple sites on one Uniform Server by creating separate folders for each site in: Uniserver>Udrive>www folder. For example: Uniserver>Udrive>www>Site1Uniserver>Udrive>www>Site2etc. Then, point your browser to each appropirate site to open it, such as:http://localhost/Site1http://localhost/Site2etc. Hope that helps.Cheers! - nojiri Report
March 23, 200916 yr Author comment_7117 Hi nojiri, Thanks for the quick reply. So it's that easy, huh? And then just point the domain name to the subdirectory instead I'd imagine, huh? Cool, thanks again. I appreciate it. Selym Hi Selym, You can host multiple sites on one Uniform Server by creating separate folders for each site in: Uniserver>Udrive>www folder. For example: Uniserver>Udrive>www>Site1Uniserver>Udrive>www>Site2etc. Then, point your browser to each appropirate site to open it, such as:http://localhost/Site1http://localhost/Site2etc. Hope that helps.Cheers! - nojiri Report
March 23, 200916 yr comment_7118 Hi nojiri, Thanks for the quick reply. So it's that easy, huh? And then just point the domain name to the subdirectory instead I'd imagine, huh? Cool, thanks again. I appreciate it. Selym Hi Selym, You don't need to point your browser to any subdirectories. Once you build (or transfer) each site in its respective folder, point your browser to: http://localhost/foldername (foldername is of course whatever you name your site's folder) and it should get you to your site's front page. From there you should be able to navigate as you would a live site. You'll also need to create separate databases corresponding to each site, which you can do through phpMyAdmin in the Uniserver apanel. Cheers! - nojiri Report
July 6, 20187 yr comment_11988 I know this is a really old post but it seemed like the right place to ask. Does setting up multiple websites with this method affect the speed of the websites? Currently, it is very slow and I'm trying to figure out why. (About 12 seconds page load speed) Report
February 17, 20206 yr comment_12424 More likely that your page load speed is a php script that is working slowly - either the script itself is inefficient or it is a slow database query. Of course there's also the problem of teh computer not being powerful enough. I run my US setup on a single core PC and like you i have sluggishness for one of my virtualhosts. If i moved it onto my other machine (8 cores) it would run pretty much instantly... and sound like concorde. Report
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.