• The new Python extension is now available. It allows customers to deploy and manage WSGI-based Python applications on their websites directly from Plesk.
  • Debian 11 has reached its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.81 is the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

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