Share » Forums » General » How can I disable cache?

How can I disable cache?

How can I disable cache?

Wednesday 09 June 2010 2:29:23 am - 2 replies

Modified on Wednesday 09 June 2010 3:19:34 am by Steven Stieng

Author Message

Steven Stieng

Wednesday 09 June 2010 6:33:58 am

After some more Googling, I finally found the answer (I think).

In site.ini.append.php file, you have to add the following:

[TemplateSettings]
DevelopmentMode=enabled

Lars Eirik R

Wednesday 09 June 2010 7:55:35 am

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

### DEVELOPMENT ONLY ###
[MailSettings]
Transport=file
[DebugSettings]
DebugOutput=enabled
DebugRedirection=disabled
DebugToolbar=disabled
DebugByIP=disabled
DebugByUser=disabled
[TemplateSettings]
TemplateCompile=disabled
TemplateCache=disabled
DevelopmentMode=disabled
ShowUsedTemplates=enabled
Debug=disabled
ShowXHTMLCode=disabled
[ContentSettings]
ViewCaching=disabled
[DatabaseSettings]
SQLOutput=disabled

You must be logged in to post messages in this topic!

36 542 Users on board!

Forums menu