My website displays php instead on html
-
Hi everyone,
I don’t really know what happened but both front end and admin panel of my website displays php code I really don’t understand (https://i-care-project.com)
Front end display the index.php content…
wp-admin displays the following<?php
/**
* Dashboard Administration Panel
*
* @package WordPress
* @subpackage Administration
*//** Load WordPress Bootstrap */
require_once(‘./admin.php’);/** Load WordPress dashboard API */
require_once(ABSPATH . ‘wp-admin/includes/dashboard.php’);wp_dashboard_setup();
etc… and it keeps on
I have tried to overwrite (via FTP) the index.php file and changed file’s permissions but it didn’t change a thing.
Does anyone know how to fix this issue or how to re-install WP safely (I don’t know how to back up my content and template settings).
A thousand thanks for your help. I you can help me you’re better that Google which happened to be pretty ignorant on that matter!
- The topic ‘My website displays php instead on html’ is closed to new replies.