Hello,
I trying to make a multi site based on the same code. I done with the parent/child hierachy by making a parent general controller and with the cild a specify the unique fonction for the new site. I redirect to the good controller with the config file by checking the site url. Like this http://philsturgeon.co.uk/blog/2009/06/How-to-Multi-site-CodeIgniter-Set-up
But I got a problem and I didn’t find a solution. I want to make a routing file per site.
Example,
Site 1 => site1_route
Site 2 => site2_route
Is this possible to have multiple route file in the config file ?
My second idear was to make a module per new website and including the parent controller, so in fact they use the same code.
thank
