I'm having a weird issue when if I set a cookie in .htaccess, e.g.
RewriteRule .* - [CO=hi:bye]
and request a .php page I will get a 503 error.
To debug the issue, the .htaccess file contains only the above line and 'RewriteEngine On' (also tried without that and lots of variations, restarting...