I have a message board installed on my site (like the one here at Webmaster World) and repeatedly find 404 ("Page not Found") error codes in my server stats. The URL's always follow the same pattern:
www.mysite.com/board/board/page.php
The correct URL should be: www.mysite.com/board/page.php
I've checked my pages over & over for links to "/board/board/..." but never find any. My internal link codes (from pages w/in the message board) are like so: <a href="/board/page.php">link</a>
The site works fine when I navigate, and I've never received any email complaints, so I'm wondering if this is from some bot that spits out bad URLs for whatever reason.
Any ideas? (PS - My site redirects these errors to the correct page, but I'd still like to eliminate the repeated error if possible.)