nrelihan_68143
Oct 19, 2011Nimbostratus
Change HTTP redirect header question
Hey,
I'm currently doing a uri redirect which redirects traffic, so that traffic from one region will be redirected to their particular page: eg.
switch [whereis [IP::client_addr] country] {
"IE" {
if {$hostname eq "www.example.com" }
{ HTTP::redirect http://www.example.com/ireland
I would like to change the redirect header from 302 to a 301 redirect. The reason being is so that crawlers can be redirected also without affecting my google page rank. currently I have an exception in the irule so that crawlers are not redirected.
Thanks for any suggestions.
Neil