• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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