CodeIgniter Forums
CI3 Fire Starter Skeleton Application - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: External Resources (https://forum.codeigniter.com/forumdisplay.php?fid=7)
+--- Forum: Spotlight (https://forum.codeigniter.com/forumdisplay.php?fid=16)
+--- Thread: CI3 Fire Starter Skeleton Application (/showthread.php?tid=63910)

Pages: 1 2


RE: CI3 Fire Starter Skeleton Application - InsiteFX - 12-23-2015

@Maverick

Also I would place the assets folder under the htdocs folder so that all the assets are in the root folder.

So it should look like this when finished

application
htdocs ( public_html etcWink
system


RE: CI3 Fire Starter Skeleton Application - Maverick - 12-24-2015

The assets folder is not part of the application. It just contains the original image used in the welcome page intro and the original sql dump.


RE: CI3 Fire Starter Skeleton Application - Maverick - 12-24-2015

@skunkbad

Thanks for taking the time to summarize your analysis. All good points. I haven't updated authentication since the original retired version, so it's well overdue. Will start implementing some of your suggestions.


RE: CI3 Fire Starter Skeleton Application - InsiteFX - 12-24-2015

@Maverick

I still can not get this to work using the below directory layout just displays 404 error.

application
public_html ( all other files are under here index.php etc )
system


RE: CI3 Fire Starter Skeleton Application - solidcodes - 12-24-2015

@Maverick
Are you targetting for newbies only?