I have installed WordPress in the following manner:
From site WebPI followed the defaults to get WordPress installed.
On the way I had trouble with installing .net Framework4 and this was fixed without any problems.
WordPress worked well until just recently. I had a memory problem caused by some updater running rogue. Again that was fixed by removing some registry files.
The outcome is that wordpress will not run. I get as far as loading Webmatrix, selecting the site, selecting run and IE returns the usual message when it cannot find a site.
Webmatrix reports that the hyperlink is broken
I have run the report and here is a copy of the file:
<?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');
?>
I do not know where to go from here, so any help would be appreciated