Monthly Archives: July 2013

Install WordPress from command line

Login on to server with Putty.

Change directory to desired location.

Get the files

wget http://wordpress.org/latest.tar.gz

Extract them

tar xfz latest.tar.gz

Change permission on files

chown -R [owner]:[group] wordpress   eg chown -R thechatt:thechatt wordpress
chmod -R 755 wordpress

Move files out of created folder

mv wordpress/* ./

remove file and directory

rm latest.tar.gz
rm -rf wordpress

Heart Internet SPF record

Go to Manage > domains > edit dns
Under TXT section

  • Leave the “Subdomain” field blank
  • In the “Text” field you should enter the SPF record:
    v=spf1 a ip4:79.170.40.0/24 ip4:79.170.44.0/24 -all

Can I send emails using DKIM?
No, DKIM is not supported on our shared hosting platform. However, you can set up an SPF record for your domain name which will allow mail servers to identify emails spoofing your domain name. There are details on that in the support database article entitled “How can I add SPF records to my domain name?”.