How to change your WordPress Database Table Prefixes

How to change your WordPress Database Table Prefixes Changing your WordPress table name prefixes may be required during a migration. Many installations of WordPress use a table prefix of ‘wp_’. Tables beginning with a known prefix like wp_, make it much easier for attackers to maliciously alter your database as they will know the names […]

Creating a Hosts File Entry

If you wish to access your domain before your DNS has been updated you can update your local ‘hosts file’ which will allow your computer to view your new Pendeo site. Follow the appropriate instructions below replacing <yourdomain> with the name you used for your new Pendeo (site e.g. mypendeodomain.com) OSX: Open Terminal Type ‘sudo […]

Migrating Your WordPress Site to Pendeo

If you already have a working WordPress site that you wish to move to Pendeo, this guide will explain how to move it. Overview Create a database dump of your existing site Import your database into Pendeo Update the $table_prefix variable in wp-config.php Copy the wp-content folder from your existing site to your Pendeo site Reset your […]

How to Flush Your Local DNS Resolver’s Cache

If your computer cannot reach a certain website this could be because your local DNS resolver’s cache contains an outdated record. For example, you updated your DNS records to point to Pendeo but instead you are seeing your old website. This is when flushing your DNS cache will speed things up. Mac (OSX) In the […]

Moving Your Site to HTTPS

Maybe you are very concerned about the overall security of the internet and want to do your part. Or is it that Google is using site speed as a search ranking? Whatever the reasons, we’ve written this article to make it easier for you to move your site to HTTPS only. TL;DR Get and install […]

Recommendation for Improving Your WordPress SEO

When it comes to search engine optimization (SEO), choosing the right WordPress theme framework becomes critical. Genesis does a great job of doing all the right things for search engine optimization (SEO). You will want to add some kind of analytics tracking to your site so you can gain insight about who is visiting your […]

Choosing a Canonical Website Address

Canoni-what? Canonical is the word used to describe the one address that you want the world to go to when they look you up. The typical choices are whether or not to use www in front of your domain or not. The classic example follows: http://www.example.com/ or http://example.com/ Choosing what your canonical website address (URL) […]

Do You Support Git?

Yes, we do support git! You can “git push” your local repositories to your Pendeo site just like you might do with bitbucket, github or any other git based version control system. Git branches are supported too so you can easily switch between development, staging and production. Simply upload your SSH public key to the […]

Changing Your Database Password

We are serious about our passwords here at Pendeo. You might have noticed our 23 random character passwords for your WordPress admin user we generated during the installation of your site. That’s the kind of password that will keep your site safe from brute force and dictionary attacks. The random.org site provides some tools for […]

First Steps with Your WordPress Site

Your shiny new site is ready to go, eh. Now what? I have a couple recommendations. Enable “pretty” permalinks under Settings -> Permalinks Typically “Post name” is a good option but you can choose whichever setting you prefer. The reason for doing this is two-fold. First, your URLs just look nicer and secondly your pages […]