Just a .htaccess file for people running oscommerce on a apache server. This also includes a little extra part that redirects any broken link requests to your hompage.

To install just open .htaccess with notepad and add the path to your oscommerce store. for eg:

ErrorDocument 404 /catalog/index.php

Next drop the .htaccess file into your root dir of your server.

More...