I want to set the HTTP return code through a .htacces directive. So I was wondering if this is possible, as mod_headers states it expects: Name "Value".
If not what would be a good way to send a "HTTP/1.1 451 Redirect" using only .htaccess?
I want to redirect an ActiveSync on a host without server side scripting. So I only have .htaccess and static files.
Thanks!