I cannot block an external http header 302 redirect from pointing to my website.
I have tried all the .htaccess redirect rules. I don't have access to the http conf file, my web host assures me this cannot be done, but cannot help me block this external http header.
This is the code from the external http header:
`HTTP/1.1 302 Moved Temporarily =>`
`Date => Fri, 21 Sep 2012 07:35:15 GMT`
`Server => Apache`
`X-Powered-By => PHP/5.3.16`
`Expires => Thu, 19 Nov 1981 08:52:00 GMT`
`Cache-Control => no-store, no-cache, must-revalidate, post-check=0, pre-check=0`
`Pragma => no-cache`
`Set-Cookie => osCsid=eidbr9o47qqcjap8el0ck5la67; path=/; domain=http://nastydomain.co.uk`
`Location => http://www.mydomain.co.uk/`
`Connection => close`
`Content-Type => text/html`
Google has now spidered the website and it now looks like there are two sites with duplicate content. Google.co.uk has also said they won't do anything about this site unless I get a court order.
Any ideas how I can block 302 redirects to my site?