CodeIgniter Forums
Local external app adding - 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: Local external app adding (/showthread.php?tid=69872)



Local external app adding - Appus - 01-25-2018

Hello everyone,
I just started using ci and I love it. On the site I have an update folder that holds a totally different site. Can I do this and How would I do this?  Angel
Thank you and sorry for the stupid question  (if someone could think so) Blush


RE: Local external app adding - jreklund - 01-25-2018

Can I do this?
Yes
How would I do this?
Just point your user towards the folder. And it will load the index.php in that folder instead of an Controller named Update.

http://ci.localhost/update/

Folder(s) always have higher priority.


RE: Local external app adding - prophp - 01-02-2021

Very good, I've been working with codeigniter for some time, I'm very confident to develop something more advanced already