Sustainable Websites Knowledgebase

Why Do I Get a Certificate Warning When Accessing CPanel?

Examine the certificate details, and you should see that it is valid. You are most likely getting the warning because you're connecting via a direct IP address or your own site, which does not have its own certificate. Read more

Check Your Wordpress Config Permissions - How to Show Which Permissions a File Has in Linux

To keep your web site secure, make sure to check any configuration file permissions. You can view permissions via the File Manager in cPanel or on the command line via ssh. This article has some tips for viewing the file permissions in the numeric (octal) format that the chmod command uses. Read more

How Do I Create a PHPinfo Page?

Sometimes you need to know what PHP is doing on our server to run or install certain scripts, like Wordpress plugins or Drupal modules for example. Read more

How to Move Domain Name Servers

Name servers tell the internet which computer example.com is hosted on. Name servers are updated where you bought the domain name. So this could be your old host, or a domain name registrar like SustainableDomains.com. Every company's system is slightly different, but there will always be a place to set the name servers. Many domain name registrars will set them for you if you give them a call. Read more

Wordpress Upgrade Error

When upgrading WordPress, you may see an out of memory error. Temporarily disable all plug-ins, and the upgrade should work. Read more

Use Skitch to upload screenshots to support

If you need to create screenshots for our support team to help troubleshoot an issue, try using Skitch for fast, fun, and secure image sharing. Read more

Hide the Rails Authenticity Token

If you're using CSS styles in your Ruby on Rails forms, you may see a random box, especially if you put a background color on your input fields. Here's how to hide it: select the HTML element by name, instead of the more common id. A useful tip for new CSS desginers, too.

Read more

Wordpress Tip: get current category with query-posts

Better than unique category templates. Read more

Wordpress Plugin Activation Error

What the Parse error: syntax error, unexpected T_STATIC, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or ???!!!! Read more

jQuery slideToggle jumps at the end

Fix that pesky slideToggle. Read more