I’ve had this problem fixed now, thanks for reading. These lines were inserted into my .htaccess file, seems to have done the trick. Don’t include the –cut– lines!
——————cut——————-
RewriteEngine On
RewriteCond %{HTTP_HOST} ^www\.(.*) [NC]
RewriteRule ^(.*) http://%1/$1 [R=301,L]
——————cut——————-
This is an update. I’ve noticed if I am not logged in to the site as an admin (or user or whatever) then I get the old version of the page which has a Gibson SG story at the top. The page should have an article called “The Tone Chain” at the top. However this article can be found via the search function on the page… It just won’t appear on the front page. What is happening? Help!