I'm using this 301 Redirect in my .htaccess file which redirects correctly from files in the old folder to the new one:
Redirect 301 /tricks/ /kites/tricks/
example.com/tricks/540.html redirects to example.com/kites/tricks/540.html
but in my log files I'm getting a lot of Failed Referrer errors which show
example.com/kites/tricks//540.html
(two // after 'tricks')
Can anyone explain why I'm getting this?