As the title suggest,
Logged into webmin, saw there were some apache updates so I updated the entire system.
Webmin told me it had updates (to version 1.560) so I updated it.
Now all the sites on my linode server act as a download. What is causing this and how can I fix it?
This is the contents of the downloads
<?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('./wp-blog-header.php');
?>