change 200 to 301 redirect

peterarmenti1305

New Member
Wurlie User
Jan 29, 2012
2
0
0
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,043
108
63
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.