My websites downloading files instead of displaying content
-
I am facing an issue with my websites for the last few days. My websites are downloading files instead of displaying website pages. Whatever Url I enter from my website it downloads a file. And this is the problem not with a single website but both on my current hosting.(
https://skillshare.blog/)( https://siyast.com/)
When I open the file with notepad it shows a code.<?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 __DIR__ . ‘/wp-blog-header.php’;
I couldn’t understand what the problem is. Even I change the browser, change the system, clear the cache. But nothing worked for me.
Please Suggest me a solution.
Thanks- This topic was modified 4 years, 4 months ago by .
- This topic was modified 4 years, 4 months ago by .
The page I need help with: [log in to see the link]
- The topic ‘My websites downloading files instead of displaying content’ is closed to new replies.