your host has php installed as a cgi, not an apache module, so you will need to have your php files in the cgi bin, i am unaware of any other way to do this
the only way you can have a php page outside of the cgi bin is to have apache installed as a module, which is better anyway, IMHO