Directory "/" not found

I seem to have found a solution. At least for my case. I changed config for Apache’s mod header for OC’s site.

Earlier it was:

Header set Cache-Control “public, max-age=7600”

Now:

Header set Cache-Control “no-cache, private, must-revalidate”

The files even show up in Firefox.

3 Likes