ByEzel Hello, I am using openlitespeed. I have a script I wrote with PHP. I want to configure cache settings for this script. Can you please help me. There is no method I haven't tried.
jonhcarter Hello, in website settings go to LS-Cache option & enable Private Cache option. you can also set the time for cache & the files not to cache.
ByEzel I guess I didn't explain what I wanted to do. I want to cache css javascript images and all other files in a script I wrote. What should I do for it
jonhcarter These settings already configured in domain configuration. expires { enableExpires 1 expiresByType image/=A43200,text/css=A43200,application/x-javascript=A43200,application/javascript=A43200,font/=A43200,application/x-font-ttf=A43200 }
ByEzel jonhcarter My settings are already like this, I extended the cache time. but still nothing has changed