Exact location of CI files |
What I do, which is by no means the only way to handle this...
/htdocs/xxx is my project root, a.k.a my repository /htdocs/xxx/application is my code /htdocs/xxx/public is my documenet root, containing index.php, .htaccess & any images, CSS, etc /htdocs/xxx/system is the framework I map a subdomain virtual host entry to the public folder inside my project. See https://github.com/jedi-academy/CodeIgniter3.1-starter1 ps - The above *is* the structure/strategy we are using for CodeIgniter4 ![]() |
Messages In This Thread |
Exact location of CI files - by cyclist - 03-22-2017, 12:59 PM
RE: Exact location of CI files - by ciadmin - 03-22-2017, 01:17 PM
RE: Exact location of CI files - by cyclist - 03-22-2017, 01:45 PM
RE: Exact location of CI files - by ciadmin - 03-22-2017, 02:21 PM
RE: Exact location of CI files - by cyclist - 03-22-2017, 03:12 PM
RE: Exact location of CI files - by John_Betong - 03-22-2017, 05:32 PM
RE: Exact location of CI files - by cyclist - 03-22-2017, 06:07 PM
RE: Exact location of CI files - by John_Betong - 03-22-2017, 08:33 PM
RE: Exact location of CI files - by ciadmin - 03-22-2017, 07:07 PM
RE: Exact location of CI files - by John_Betong - 03-22-2017, 08:50 PM
RE: Exact location of CI files - by ciadmin - 03-22-2017, 09:10 PM
|