Categories
Development WordPress

How to Rollback WordPress and PlugIn Versions

It’s possible installing themes or plugins can cause compatibility issues between your WordPress, theme, and/or plugins.

I’d recommend checking the theme/plugin is compatible with your version of WordPress, that all

Read More
Categories
Development WordPress

WordPress Down After Installing PlugIn – Solved

If you’ve installed and activated a plugin that has resulted in you being unable to access your website and the WordPress admin area then you’re probably looking for how to

Read More
Categories
Development Ubuntu 16.04 Server WordPress

[Solved] – Issue Uploading/Downloading to New WordPress on Ubuntu 16.04

So you’ve just installed and set up a new  WordPress installation on your Ubuntu 16.04 server, you’ve gone to upload your first file or download a theme or plugin in

Read More
Categories
Development WordPress

Using RedirectMatch in Your .htaccess File

Here is a quick overview of how to redirect URLs in your htaccess file using RedirectMatch (regex).

Firstly, here’s an example of a RedirectMatch redirect:

RedirectMatch 301 ^/services/?$ https://www.yezzoo.com/

Now

Read More
Categories
Development Ubuntu 16.04 Server WordPress

What is FTP?

Define: FTP stands for File Transfer Protocol and is a method of transferring files.

Use: A common use of FTP is to upload/download website files to a server (a website

Read More