|
Does php even run on the server?
I usually start with the basics on a server I don't know (e.g. a simple php script that does nothing more than <?php phpinfo(); ?>
Sometimes the problem is to find out where the hell the script should be placed as the server configuration is probably completely different to your own server
Take a look at the web server configuration files and see what is being done on the server.
That said, your problem could be something completely different. Not much info being given here.
|