A server error log is showing a lot of 404's due to the / character being added to the end of certain URL's…. not all, just a few.
eg.. a page called widgets.htm is showing as widgets.htm/
The referrer is my own site so I looked for possible typo's in the html code, but that's not the case.
It's easy enough to add 301 redirects to the .htaccess to make sure the proper page is loaded, but I'm puzzled as to what is happening.
Can anyone explain this?