Clicks registering on Preview DNS site

It appears that you have content (pages, posts or widgets) that contain old URL information.

An example of a URL that is correct:

http://www.hutchisonhaines.co.uk/wp-content/themes/FactoryWP/style.css

An example of a URL that is incorrect:

http://hutchisonhaines.co.uk.previewdns.com/wp-content/uploads/2012/02/flowers-944x290.jpg

The quickest way to fix this problem would be to do a database dump and then run a search and replace program to find all instances of “hutchisonhaines.co.uk.previewdns.com” and replace them with “hutchisonhaines.co.uk”.


I took the liberty of downloading the public version of your site:

wget -r http://www.hutchisonhaines.co.uk/

Then I ran a search to find all instances for you.

You can access the list here:

https://gist.github.com/bfc77ead803e7bbab364


Here are some plugins you can use to do database dumps:

http://wordpress.org/extend/plugins/wp-db-backup/

http://wordpress.org/extend/plugins/wp-dbmanager/

I’m assuming they create the database dump file (it’s just a text file) on the server, so you’ll need to find out where it puts that file and then download it.

After you download it, perform your search and replace and then upload the new version and tell it to import the database.

I strongly recommend keeping a pristine copy somewhere incase something goes wrong.