Server Wont Run Php Script?

Is PHP installed and configured on the server?

If it is create a text file with

Code:
phpinfo();

As the only thing in the file. Upload it as test.php then post a link to it in this thread. It could be a misconfiguration.
 
If it works on one site on the same server and not the other then you have it configured wrong on one site and correctly on the other.
 
Back
Top