Tuesday 04 January 2011 9:13:59 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 [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 <span class="Apple-style-span" style="font-family: Arial, Helvetica, sans-serif; white-space: normal; font-size: 13px; " mce_fixed="1">Go and enjoy the code !!!!!!</span>
For detail follow the link below: http://blog.developeronhire.com/tag/disble-cache/ Regards, Sujeet
|