jdubwelch Posted July 2, 2008 Share Posted July 2, 2008 We have a site that (at it's most basic level) displays a bunch of news links for a sports team all from a database. Currently there are three teams that we are displaying news for. They're all the same website, except logos, colors, etc. They all have different domains, but are on the same server. What's the best way to get set this up? We may expand and have three times the sites that we have. Quote Link to comment https://forums.phpfreaks.com/topic/112880-whats-the-best-way-to-do-this/ Share on other sites More sharing options...
trq Posted July 2, 2008 Share Posted July 2, 2008 Can you create vhosts on this server? Or at the very least aliases? Quote Link to comment https://forums.phpfreaks.com/topic/112880-whats-the-best-way-to-do-this/#findComment-579795 Share on other sites More sharing options...
jdubwelch Posted July 2, 2008 Author Share Posted July 2, 2008 I host through mediatemple.net. I searched their support page for vhost and aliases and nothing relevant came up. I'm not to saavy with the "server" stuff. Is there a book on that or something I could read up on? Currently, I have a "main" site folder that uses $_GET to read in the $team_id variable. That's all I need to be read in and it works. However, the new version of the site i'm working on has session (user login/logout), and it's not working. So I'm going back to square one here. Quote Link to comment https://forums.phpfreaks.com/topic/112880-whats-the-best-way-to-do-this/#findComment-579805 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.