selym Posted March 23, 2009 Report Share Posted March 23, 2009 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 Quote Link to comment Share on other sites More sharing options...
nojiri Posted March 23, 2009 Report Share Posted March 23, 2009 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 Quote Link to comment Share on other sites More sharing options...
selym Posted March 23, 2009 Author Report Share Posted March 23, 2009 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 Quote Link to comment Share on other sites More sharing options...
nojiri Posted March 23, 2009 Report Share Posted March 23, 2009 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 Quote Link to comment Share on other sites More sharing options...
admanvoids Posted July 6, 2018 Report Share Posted July 6, 2018 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) Quote Link to comment Share on other sites More sharing options...
Twinky Posted February 17, 2020 Report Share Posted February 17, 2020 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. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.