nobody102 Posted May 13, 2007 Share Posted May 13, 2007 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. Quote Link to comment Share on other sites More sharing options...
corbin Posted May 13, 2007 Share Posted May 13, 2007 It has nothing to do with PHP.... I'm assuming it's apache... Look for an entry in httpd.conf thats something like <directory *directory name*> some stuff here </directory> Or, if there's an htaccess file, try deleted that first.... Quote Link to comment Share on other sites More sharing options...
nobody102 Posted May 13, 2007 Author Share Posted May 13, 2007 Thank your for the response. However, I am running it under IIS. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.