When trying to make a website indexable by search engine spiders, be sure to enable AcceptPathInfo in .htaccess or httpd.conf:
AcceptPathInfo On
It's not enabled by default in Apache 2 and can cause applications that use it to return HTTP 404 responses.
apache2path_infophpseo