Website Preview Problem

P

Profitworks

Guest
Hi I am new to using Parallels Plesk.

I am trying to preview a Wordpress website I have uploaded to a subdomain.

When I go to preview the website I get a black white screen and it downloads the index.php file.

What am I doing wrong....is this a bug in Parallels Plesk?

Please advise.
 
Thanks for the help.

It was installed but running as an Appache module when Appache support was not enabled.

I change the PHP support to fast CGI application and it works perfectly.

Check out http://measuredmarketingmethod.profitworks.ca/

What is the downside of using fast CGI application vs Appache module?
 
Apache module. This mode uses less server resources, but it is the least secure option. A site is isolated only if PHP safe mode is switched on.
FastCGI application. This mode is faster than CGI, but consumes more memory. Provides site isolation.
 
Back
Top