I am moving from Apache to Cherokee for some trials
I want to do the redirect in cherokee that i do for Apache:
# Redirect to the WWW canonical name RewriteEngine On RewriteCond %{HTTP_HOST} !=www.domain.com RewriteRule ^ http://www.domain.com%{REQUEST_URI} [R=301,L]
But cant find any explanation on how this is done
any help apprectiated