Welcome Guest, Not a member yet? Register   Sign In
Multiple domains pointing to same CI application
#10

[eluser]ccachor[/eluser]
Peterbz,

We currently have this setup for one of our products. Basically what you need to do is pull in the data for each site in dynamically based on the domain.

There are two ways to configure this on the server easily. The first is to use a "Add-on Domain" setup that basically acts like a subdomain. You can create this in cPanel. When you create the add-on domain, create a folder (maybe siteXX) and stick the codeigniter index.php file to launch code igniter. Doing it this way will allow you to have a "base" assets area and a site specific assets area.

The second way is to "park" a domain on the current project. With this method all you need to look for is the URL to pull in the necessary data. Some people mentioned using $_SERVER['SERVER_NAME'] but I believe that will give you problems as it will return whatever the main URL the account is associated with on the server. I've found $_SERVER['HTTP_HOST'] to work like a charm. Here is a quick blog post about the differences SERVER_NAME vs HTTP_HOST

There might be some better setups for doing this. Hope you get the idea though!


Messages In This Thread
Multiple domains pointing to same CI application - by El Forum - 12-05-2008, 09:30 PM
Multiple domains pointing to same CI application - by El Forum - 12-07-2008, 09:57 AM
Multiple domains pointing to same CI application - by El Forum - 12-07-2008, 10:15 AM
Multiple domains pointing to same CI application - by El Forum - 12-07-2008, 11:00 AM
Multiple domains pointing to same CI application - by El Forum - 12-07-2008, 03:56 PM
Multiple domains pointing to same CI application - by El Forum - 12-08-2008, 06:42 AM
Multiple domains pointing to same CI application - by El Forum - 12-08-2008, 05:07 PM
Multiple domains pointing to same CI application - by El Forum - 12-08-2008, 05:35 PM
Multiple domains pointing to same CI application - by El Forum - 12-08-2008, 05:55 PM
Multiple domains pointing to same CI application - by El Forum - 12-09-2008, 02:09 AM



Theme © iAndrew 2016 - Forum software by © MyBB