Disable cache in Ez Publish


/ Published in: eZ Publish
Save to your folder(s)

This is a good way to start with every project of yours: (site.ini.append.php)


Copy this code and paste it in your HTML
  1. ### DEVELOPMENT ONLY ###
  2. [MailSettings]
  3. Transport=file
  4. [DebugSettings]
  5. DebugOutput=enabled
  6. DebugRedirection=disabled
  7. DebugToolbar=disabled
  8. DebugByIP=disabled
  9. DebugByUser=disabled
  10. [TemplateSettings]
  11. TemplateCompile=disabled
  12. TemplateCache=disabled
  13. DevelopmentMode=disabled
  14. ShowUsedTemplates=enabled
  15. Debug=disabled
  16. ShowXHTMLCode=disabled
  17. [ContentSettings]
  18. ViewCaching=disabled
  19. [DatabaseSettings]
  20. SQLOutput=disabled

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.