I cant get my php page to display on a new host they state that the server is set corectly ..... if you can tell me what files need to be under home dir.,..... to allow php (with apachie interface runing) to display correctly please reply ..... thanks allot to all ...
You dont need anything in your root dir. Name your page file.php and make sure php is instaled on your server.
Create a file with following content, name it "phpinfo.php", save it to webserver root and run it (maybe http://localhost/phpinfo.php)
<?phpinfo();?>
What happens?
to get PHP to simply work and not any special settings, only httpd.conf in apache/conf is changed if that phpinfo() thing doesn't work, theres not a hell of a lot you can do but get a new host.