If I do a 301 redirect in PHP on my own site that merely redirects to the root homepage, must I specify the full URI as in "Location: hxxp://www.mysite.com/" or can I use "Location: /"?
My main concern was how the search engines would behave and whether they required "Location: /" to always be a full URI even when it's happening on my site.