Antivirus & Antimalware for Linux Servers
Scanning your system for different types of unwanted programs can help identify issues, or at least give you the peace of mind for having a clean server. There are multiple options for making sure your server is clean of any malware, this guide goes over the top scanning software you…RunCloud and iThemes for Wordpress
Like most good hosting support folks, security tops the list of my priorities. While a good firewall, and true Web Application Firewall are the best means for helping with this, sometimes shared hosting services will not change the configurations they have in place to support the necessary security for a…SSL and Your Wordpress Site
Many people think securing a website with SSL (SSL encryption) is necessary only if they're selling products or services via their website and collecting credit card or payment information. What many website owners do not realize is that SSL encryption has other very important benefits for small business owners. To…Cookie Notice
This site utilizes cookies to improve your browsing experience, analyze the type of traffic we receive, and serve up proper content for you. If you wish to continue browsing, you must agree to allow us to set these cookies. If not, please visit another website.
SSL and Your Wordpress Site
Many people think securing a website with SSL (SSL encryption) is necessary only if they’re selling products or services via their website and collecting credit card or payment information. What many website owners do not realize is that SSL encryption has other very important benefits for small business owners.
To understand the benefits of having an SSL certificate installed for your website, it helps to understand what SSL is and actually does.
What exactly is SSL encryption?
SSL, which stands for Secure Sockets Layer, is an encryption technology that creates a secure connection between your website’s server and your website visitor’s web browser. This allows for information to be protected during transmission between the two.
This includes the transmission of credit card numbers, usernames and passwords, and other sensitive information.
When your site is secured you’ll see that little green lock in the left corner of your browser’s location bar, followed by the website URL beginning with HTTPS. Data that is sent using HTTPS provides three key layers of protection:
Authentication: Confirms visitors are on the right website, yours, and builds trust.
Data integrity: Customer data cannot be corrupted or modified.
Encryption: Visitor activity cannot be intercepted while browsing your website.
What are my next steps, once I get a SSL certificate for my WordPress site?
Something I see on a daily basis is developers, hosters, SEO, etc forget one major piece after they apply the SSL certificate to a site.
They forget to change the links. See WordPress stores every link, whether it’s a URL to another page, and image on a page, or a javascript theme file; and it does not change them just because you decide you want everything to be HTTPS.
After applying the SSL certificate, you will need to find and replace every last reference to your site containing a http://, and change them to https://
On top of this, if you link in anything from a 3rd party, like a RSS feed, or *gasp*, and iframe from Google, you will also need to update those links, otherwise their content will not show for you… or will display but will show your site as being non-secure for displaying mixed content.