Hi! I had this structure
Codeigniter base
root/sistema/application
root/sistema/system
root/assets/jquery
root/web1
root/web2
root/web3
I want to use codeigniter from all the webs, even for the basic view, and I want the url for each web to be used on all cases ... what is the correct or best way to do that?