• 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.

Starts downloading of my index.php in a file without extension

Pandoux

New Pleskian
- WordPress Version: 4.4.2
- Host : Plesk (dedicated to Online.net)
- URL : http://eveildessens-oenologie.fr/

Hi, i'm sorry, my english is very bad, it's a Google Trad'... x) So

Here's my worries when I go to my website, it gives me downloading a file "Download" which when opened with notepad shows me this :

PHP:
<?php
/**
* Front to the WordPress application. This file doesn't do anything, but loads
* wp-blog-header.php which does and tells WordPress to load the theme.
*
* @package WordPress
*/

/**
* Tells WordPress to load the WordPress theme and output it.
*
* @var bool
*/
define('WP_USE_THEMES', true);

/** Loads the WordPress Environment and Template */
require( dirname( __FILE__ ) . '/wp-blog-header.php' );

I don't understand what's happened, someone have an idea?
Thank you in advance for the time you take to read my message.
 
@Pandoux,

This often means that your php is not parsing the php scripts: in other words, php may not function properly or not all.

Try to change the php version and see if it happens again: if it does not, just maintain the new php version.

I would also strongly recommend that you do a full restart of Plesk, by running the commands: service psa stop and service psa start.

Keep me posted...

Regards
 
Back
Top