CodeIgniter Forums
How to rewrite - 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: How to rewrite (/showthread.php?tid=75604)



How to rewrite - Entai - 02-25-2020

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?


RE: How to rewrite - php_rocs - 02-25-2020

@Entai,

What version of CI are you planning on using? What king of hosting (cloud or web)?


RE: How to rewrite - Entai - 02-25-2020

(02-25-2020, 02:18 PM)php_rocs Wrote: @Entai,

What version of CI are you planning on using? What king of hosting (cloud or web)?

I had an apache2 on AWS LightSail virtual server with Codeigniter 3.1.11