Hello,
I have got a simple question.
After installation I saw CodeIgniter puts in each folder an
index.html file with the following content:
Code:
<!DOCTYPE html>
<html>
<head>
<title>403 Forbidden</title>
</head>
<body>
<p>Directory access is forbidden.</p>
</body>
</html>
Can I delete these files?
I am already using .htaccess in top folder to make all directories tree completely forbidden to anyone (i.e. "Deny from all")