Update 2 (after engaging my brain, sorry!).
Have disabled the plugin and now all fine (if messy). If that only happens when the plugin is enabled am I alright to use it anyway? Maybe 7 times of 10 it works?
Its not a high traffic site, so I suppose it doesn’t really matter, but I like to keep things tidy!
Should add, the index.php is file is there, in public html.
This is what it says:
<?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';
-
This reply was modified 6 years, 1 month ago by Yui. Reason: please use CODE button for proper formatting