Website Redirects 301 / 302 option

I've noticed that when using Website Redirects to redirect to another URL that the response code is 302. It would be great to have a 301 / 302 option here.

Status: 
Active

Comments

Right now there is no way to set the response code when creating a redirect. The best you can do is manually edit the Apache config and change the appropriate Redirect line from something like :

Redirect / http://www.google.com/

to :

Redirect 301 / http://www.google.com/