CodeIgniter Forums
Remove index.html - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: CodeIgniter 4 (https://forum.codeigniter.com/forumdisplay.php?fid=28)
+--- Forum: CodeIgniter 4 Feature Requests (https://forum.codeigniter.com/forumdisplay.php?fid=29)
+--- Thread: Remove index.html (/showthread.php?tid=61709)



Remove index.html - eduardogch - 05-07-2015

Hey CI friends,

I propuse to remove index.hml from all folders in application, it is really anoying that little guy Angry

Thanks


RE: Remove index.html - sv3tli0 - 05-10-2015

until app and sys folders are in the public folder by default this is bad idea.


RE: Remove index.html - CroNiX - 05-10-2015

That's not really a good idea. They are there for protection so you can't view the core CI directories.


RE: Remove index.html - sv3tli0 - 05-10-2015

(05-10-2015, 04:51 PM)CroNiX Wrote: That's not really a good idea. They are there for protection so you can't view the core CI directories.

Thats true .. another thing is that perhaps protection of dirs is not framework work.
But its the way it is ..


RE: Remove index.html - pdthinh - 05-11-2015

You can move application and system folder out of the public folder and remove that index.html