P peterarmenti1305 New Member Wurlie User Jan 29, 2012 2 0 0 Jan 30, 2012 #1 Currently the script 200 redirects which is an entirely non SEO friendly redirect. I would like this script to pass a full 301 redirect validation. How can I accomplish this? I would imagine this would have been a configuration. Thanks.
Currently the script 200 redirects which is an entirely non SEO friendly redirect. I would like this script to pass a full 301 redirect validation. How can I accomplish this? I would imagine this would have been a configuration. Thanks.
adam Administrator Staff member Dec 5, 2009 2,046 108 63 Feb 5, 2012 #2 Hi, If you open and edit 'url_redirector.php', add this to line 125: (after the default header ('HTTP/1.1 301 Moved Permanently'); Regards, Adam.
Hi, If you open and edit 'url_redirector.php', add this to line 125: (after the default header ('HTTP/1.1 301 Moved Permanently'); Regards, Adam.