Currently the site redirect just adds:
Redirect /current http://destination
to the .htaccess
Would it be possible to add a option to the "Site Redirection" page so that is can do either "permanent"(301), "temp"(302), "seeother"(303) or "gone"(410)
This would just mean that in the .htaccess would contain:
Redirect [permanent|temp|seeother|gone] /current http://destination
How hard would this be to implement?
Redirect /current http://destination
to the .htaccess
Would it be possible to add a option to the "Site Redirection" page so that is can do either "permanent"(301), "temp"(302), "seeother"(303) or "gone"(410)
This would just mean that in the .htaccess would contain:
Redirect [permanent|temp|seeother|gone] /current http://destination
How hard would this be to implement?