On 28/02/2010, at 10:24, Davide Salerno 2 wrote: > I'm tryng to translate WP Supercache's htaccess rules for Cherookee but I've > some problems because I don't know how I can replace some RewriteCond > variables (for example REQUEST_METHOD, HTTP:Cookie, HTTP_USER_AGENT) etc in > Cherokee-Admin
You'd to add a Behavior Rule of each of those entries: http://www.cherokee-project.com/doc/config_virtual_servers.html#behavior For instance, HTTP:Cookie and HTTP_USER_AGENT entries can be rewritten by using the "Header" rule type. As for REQUEST_METHOD, you'd have to add a new "HTTP method" rule. -- Octality http://www.octality.com/ _______________________________________________ Cherokee mailing list [email protected] http://lists.octality.com/listinfo/cherokee
