>I ftp’d it into my public_html folder
What exactly is ‘it’? A folder titled wordpress that contains WP files or actually various WP files including wp-config.php, wp-login.php, wp-content, wp-admin and others? All you have to do is upload all those WP files into the public_html folder if you want WP to be your website at the root directory.
723863
Something similar happened to me just this week as I installed a fresh copy of WP on to the public_html folder. Typing in the domain (ie xxx.com) showed me into a placeholder html file.
Perhaps you could remove the index.html (or similar) file within the public_html directory and retain the index.php file. That’s what I did and my blog showed up automatically when surfed to my site. 🙂
You have wordpress installed in a subdirectory, but you have the wrong information on your options.php file – you have it pointing to your root.
So your /wp-admin/options-general.php needs to point to http://www.sentientpuddle.co.uk/wordpress/ instead of http://www.sentientpuddle.co.uk/
or
you need to delete the whole thing and re-install wordpress in the root directory, and not the wordpress subdirectory.
-Sherry
Thread Starter
723536
“What exactly is ‘it’? A folder titled wordpress that contains WP files or actually various WP files including wp-config.php, wp-login.php, wp-content, wp-admin and others?”
‘it’ is the various WP files including wp-config.php…….etc.
“All you have to do is upload all those WP files into the public_html folder if you want WP to be your website at the root directory”
That’s all I did. On my homepage I’ve got an option of a cgi-bin folder and the wordpress folder.
Thanks for your suggestion council – I’ve had a look and can’t find an index.html file or something similar in the public_html folder.
I’ve tried deleting everything and re-installing it, but it does exactly the same.
And there’s also the issue of it not displaying in xhtml (?) when you do click through to it.
Thanks in advance for any help.