Apologies
Sorry--I don't entirely follow (my fault, not yours)--can you be more explicit here? What settings do I need to adjust in Litespeed to make this work? Can you give me an example of a rewrite rule?
I have set Enable Cache to yes.
I am using the following rewrite rules:
RewriteRule ^/$ /cache/%{HTTP_HOST}/index.html [QSA]
RewriteRule ^([^.]+)$ /cache/%{HTTP_HOST}$1.html [QSA]
(I actually just switched to using the entire domain as the folder, i.e. /cache/full.domain.com/CACHED_STUFF)
Will those rules work?
What else do I need to do?
Does caching work in the free edition?
Again, the rails app is producing the proper cached pages, so things should be working on that end.
Thanks in advance.
|