in oxwall there is implemented redirection
without www -> with www
i have aded to .htaccess:
RewriteCond %{HTTP_HOST} ^www\.(.+)$ [NC]
RewriteRule ^(.*)$ http://%1/$1 [R=301,L]
but i got redirection loop,
where is that default redirection to turn it off?
thx :)