for SEO reasons we are issuing a 301 redirect from the code. Its working perfectly fine and i can see 301 moved in the firebug.
I searched in the net and couldn’t get proper answer. Does 301 redirect refreshes the browser url also?
for example i am in
www.test.com/hello1
its moved to
www.test.com/hello2
i am seeing the contents from hello2 , but does the browser shows
http://www.test.com/hello2 or http://www.test.com/hello1
Thanks
Yes, it does. It works like a normal redirect.