Jump to content

Error 500 on install on windows.


Recommended Posts

Hello, I have run the default.msi install for PHP on Windows XP PRO.  Tried a small hello world app,

and keep getting this very unhelpful error:

 

This error (HTTP 500 Internal Server Error) means that the website you are visiting had a server problem which prevented the webpage from displaying.

 

Here was my test page.

 

<html>

<head>

  <title>PHP Test</title>

</head>

<body>

<?php echo '<p>Hello World</p>'; ?>

</body>

</html>

 

How do I find the root cause of this?

 

Thanks.

 

Link to comment
https://forums.phpfreaks.com/topic/51139-error-500-on-install-on-windows/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.