Submitted by lewisjenkins on Thu, 11/13/2014 - 08:52
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
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.
Comments
Submitted by JamieCameron on Thu, 11/13/2014 - 11:29 Comment #1
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/