Blaise
Blaise

Reputation: 22212

one php website never runs on IIS

Need some hint:

I have installed PHP on Windows Server 2008. The phpinfo() can display. And I even have wordpress running. Well, without a database, it only shows a page with a link to the installation guide. But it is running.

However, the web site I need to use, just never loads:

The website cannot display the page HTTP 500
Most likely causes: •The website is under maintenance. •The website has a programming error.

What you can try: Retype the address.

 Go back to the previous page. 

Can anyone give me some hint? What went wrong?

Upvotes: 0

Views: 288

Answers (2)

Blaise
Blaise

Reputation: 22212

By default, the Serverside Includes is not selected when installing the FastCGI. Need to enable that. Hope this helps some other readers.

Upvotes: 0

Milo LaMar
Milo LaMar

Reputation: 2256

It may be a parse error in the PHP code. Can you run command line php on the script? That may give you a more detailed error message including an offending line number.

Upvotes: 1

Related Questions