CodeIgniter Forums
Codeigniter with several webs - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5)
+--- Forum: General Help (https://forum.codeigniter.com/forumdisplay.php?fid=24)
+--- Thread: Codeigniter with several webs (/showthread.php?tid=75640)

Pages: 1 2


RE: Codeigniter with several webs - FlavioSuar - 03-02-2020

Hi,

Maybe this can help you...
https://www.youtube.com/watch?v=HLXL3mJ6tnM


RE: Codeigniter with several webs - Entai - 03-03-2020

Allready working!! thx to all for the helping hand!!

/var/www/assets (for mapping resources to all websites ... via Alias in apache virtualhost)
/var/www/ci3 (full codeigniter 3!, application & system)
/var/www/html/web1
/var/www/html/web2
/var/www/html/web3

inside webx folder I use the index with the modifications to path for system & app folder, views inside every webx ...