If it doesn't work, your webhost doesn't support allowing the path_info variable; if you're using Apache2 you can generally add:
AcceptPathInfo On
To a .htaccess file; assuming you have permissions to define it anyway

... Most servers come with the override permission "FileInfo" by default, so it would actually suprise me if you didn't have this permission.