I've tried to load a page on the local server, however it gives me a 404 not found. When I go to the log file, I just get one line saying its 404 error:
178.148.41.8 - - [02/May/2011:06:03:07 -0500] 5365 "GET /index.php HTTP/1.1" 404 - "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_5_8) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.57 Safari/534.24"
Log file doesn't say which local file it was trying to load to get index.php. It usually does though, so I figured something strange is going on.
And strange it was. All of the pages on my site were redirected to index.php. However, it was coded to shell out 404 not found errors when the domain is wrong.
The point is that when you get a 404 not found and you don't have the information what file is missing, its most probably a similar problem. Your 404 is being issued by a web script that for some reason thinks its a great idea not to let you access your files.
Yours,
Tech Support Net