I currently have 5 websites that are Make Model specific and I am going to make about 30 more.
I want to keep them all separate websites with separate domains.
I literally just copy and paste the code and change the website id in the config file and it runs off the db fully.
Is there a graceful way to run all of the sites off one website?
For-instance, let's say that I have:
websiteA.com
websiteB.com
websiteC.com
websiteD.com
can all of those DNS point to mainwebsite.com and I could say in the php or htaccess that if domain name X then load website X without ever changing the domain name, so it always looks like the domain name is specific to that vehicle.
I had one client that had about 20 websites using the same code. They even got a wildcard SSL cert that covered all of them. They used Ray's method along with some htaccess code to make sure they all operated properly with the same code. You can even put a different image or header up by detecting the URL that way.
0
Question has a verified solution.
Are you are experiencing a similar issue? Get a personalized answer when you ask a related question.