Welcome Guest, Not a member yet? Register   Sign In
index.html missing in system directory
#1

[eluser]Alur[/eluser]
Hi!

I'm new to CodeIgniter, so this might be a silly question. I've just realized that the index.html file in the subdirectories (to prevent directory access) is missing in the system directory. Is there any reason why it should be like this?

Thanks in advance!

Alur
#2

[eluser]bgougent[/eluser]
I see no reason why not, putting it there (like copy from an other folder) does not harm the functionality.
But it is always good the rename your system folder and adjust your basic index.php file in your root.
Code:
$system_folder = "system";
to
Code:
$system_folder = "new_folder_name";
#3

[eluser]Alur[/eluser]
Thank you! That is a much better solution. I didn't know you could that. Thanks again for the advice.

Alur




Theme © iAndrew 2016 - Forum software by © MyBB