Thursday 21 December 2006 7:14:24 am
i need also to desactivate cache for some modules: My fiel should look like that:
[HTTPHeaderSettings] CustomHeader=enabled
HeaderList[]
HeaderList[]=Cache-Control HeaderList[]=Pragma
Cache-Control[] Cache-Control[/]=max-age=60, must-revalidate
Pragma[]
Pragma[/module1]=no-cache;2
Pragma[/module2]=no-cache;2 Pragma[/module3/view1]=no-cache;2 is it good? Thanx
|