You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 29, 2020. It is now read-only.
First, forgive me if this is not the right place to discuss this matter or if this is considered as a noob question.
The difference between Development and Production mode is confusing for some of us (one example here: Can't see /album module URL but there are many others on stackoverflow.com).
Would it be possible to explain in the doc (here Development mode) how the cache is working in production. I mean if the only way to avoid the 404 error is to be in development mode or to overwrite the 'config_cache_enabled' => false parameter in config/application.config.php, how are we supposed to do to enable cache in production while avoiding the 404 error?