Hello,
I have a wordpress installed and im using last version of openlitespeed on ubuntu.
My problem is that i want to cache everything public ( that i made ) but wp-admin i want to cache private because admin bar and login informations appear at other people. Is there something else i need to cache private beside wp-admin folder? the problem is that No Cache URL do not work also htaccess mod rewrite to make wp-admin private cache dont work...
this do not work: RewriteRule /wp-admin - [E=Cache-Controlrivate]
this is the configuration of cache
enableCache 1
qsCache 0
reqCookieCache 1
respCookieCache 1
ignoreReqCacheCtrl 0
ignoreRespCacheCtrl 0
expireInSeconds 900
maxStaleAge 900
enablePrivateCache 0
privateExpireInSeconds 900
storagePath cachedata
Also how i can set Access-Control-Allow-Origin: * because i cannot use fonts from another domain if i dont set this.
I have a wordpress installed and im using last version of openlitespeed on ubuntu.
My problem is that i want to cache everything public ( that i made ) but wp-admin i want to cache private because admin bar and login informations appear at other people. Is there something else i need to cache private beside wp-admin folder? the problem is that No Cache URL do not work also htaccess mod rewrite to make wp-admin private cache dont work...
this do not work: RewriteRule /wp-admin - [E=Cache-Controlrivate]
this is the configuration of cache
enableCache 1
qsCache 0
reqCookieCache 1
respCookieCache 1
ignoreReqCacheCtrl 0
ignoreRespCacheCtrl 0
expireInSeconds 900
maxStaleAge 900
enablePrivateCache 0
privateExpireInSeconds 900
storagePath cachedata
Also how i can set Access-Control-Allow-Origin: * because i cannot use fonts from another domain if i dont set this.
Last edited: