I've inherited a site that was 'in-development'. The plan was to create a series of microsites of the partners of the main company each with their own domain. For instance, the client has lots of partner sites (www[.]partner[.]com). The system has been setup so that currently each partner site is determined by a querystring item such as admin[.]client[.]com/aboutus[.]php[?]store=17
By changing the store you get the about us page for that branch. How can I set this up so that www[.]partner[.]com resolves to admin[.]client[.]com/aboutus[.]php?store=17
This is currently on a LAMP stack.
Many thanks






Bookmarks