bcamp1973 Posted October 31, 2006 Share Posted October 31, 2006 i'm building a CMS that will allow my client to build/maintain multiple sites from the same root directory. my thought is that anytime they add on a new site and the new domain has propogated we'll use .htaccess to send the users to the correct multi-site. for example www.anewsite.com might actually point to www.clientsprimarydomain.com?siteid=33 the idea being that they'll be able to add as many sites as they want. then of course the new domains may have need addtional rewrites so that www.anewsite.com?page=contact_us goes to www.anewsite.com/contact_us/is this the best way to approach this? mod_rewrite is kicking my butt...i don't even know where to start :-[ 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.