• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.

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