Forum Moderators: DixonJones
The URL that shows a 404 error is always written with odd spaces in it. example: [mysite.com...] main/index.html
Note the space there.
But all the links are written correctly:
[mysite.com...]
I believe the errors are coming from spiders, but can anyone tell me why they do this? Why there are spaces appearing?
Thanks!
Yes, the space in the URL is the problem - That's what I'm asking about. In my code, in my html pages, of course I use proper syntax - no spaces. But, in the log files, I get 404 errors pointing to links with spaces in it! So say I have a file at www.blah.com/index.htm, the log file shows a 404 error at www.blah.com/ index.htm
But the question is - where is the extra space coming from? This is happening for several pages throughout the site.
I have a feeling that perhaps it's a spider of some sort that is having trouble and adding spaces to url's it's trying to grab. Otherwise, I'm sure I would have heard a user or two complain by now.
I can put up a snapshot of my logfile, if that helps clarify at all?
Thanks again guys - and very interesting about the re-direct. Maybe that could somehow help..But like I said, I don't think that it's actually a human that's getting these 404's, I believe it's a spider.