B bhanuprasad1981 Well-Known Member Aug 10, 2009 #1 Aug 10, 2009 #1 hi i am using litespeed cache option on server for my shared hosting , one client says he doesn't want cache on his account because of his script , how can i disable caching of his account ?
hi i am using litespeed cache option on server for my shared hosting , one client says he doesn't want cache on his account because of his script , how can i disable caching of his account ?
A auser Super Moderator Aug 10, 2009 #2 Aug 10, 2009 #2 try: at his vhost configuration, add CacheDisable / should be same as Apache mod_cache. refer: http://httpd.apache.org/docs/2.3/mod/mod_cache.html#cachedisable
try: at his vhost configuration, add CacheDisable / should be same as Apache mod_cache. refer: http://httpd.apache.org/docs/2.3/mod/mod_cache.html#cachedisable
B bhanuprasad1981 Well-Known Member Aug 10, 2009 #3 Aug 10, 2009 #3 sorry i dont know how to under virtual hosts i see nothing my litespeed is configured by my DC
A auser Super Moderator Aug 10, 2009 #4 Aug 10, 2009 #4 then try put CacheDisable / in .htaccess under the client's document root
B bhanuprasad1981 Well-Known Member Aug 10, 2009 #5 Aug 10, 2009 #5 you mean create an .htaccessfile with data inside :- CacheDisable /