Tuesday 04 January 2011 9:09:25 pm
Disable cache Follow the following instruction.
1. Go to your template file:
eg: E:\xampp\htdocs\ezpublish\settings\siteaccess\your_site\site.ini.append.php 2. Place the following code: [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
Go and enjoy the code !!!!!! For detail follow the link below: http://blog.developeronhire.com/tag/disble-cache/ Regards, Sujeet
|