Articles
The problem ended up being that system alerts had caused certain functions to shut down. One of...
How to Fix WordPress Stuck In Maintenance Mode?When WordPress puts itself into maintenance mode, it does so by creating a file named...
How to Move a WordPress Website from HTTP to HTTPS/SSLConfiguring WordPress for SSL/HTTPS Links in WordPress (such as image attachments, themes CSS...
How to deactivate all plugins when not able to access the administrative menus?Sometimes it may be necessary to deactivate all plugins, but you can't access the administrative...
How to disable WordPress maintenance mode after a failed updateYou start an update and the update process fails at some point, leaving your WordPress website...
Increase the WordPress allowed memory sizeThe default memory limit for WordPress is 32 MB. It is very common to exceed this limit and get...
Leverage Browser Caching<IfModule mod_expires.c> ExpiresActive On ExpiresDefault "access plus 1 month"...
Remove Query Strings from Static Resources1. Remove Query Strings from Static Resources with Code You can easily remove query strings from...
Too many Redirects after switching WordPress to httpsMake sure that you define the WP_SITEURL and WP_HOME at wp-config.php...
WooCommerce Database update doesn't complete hoursFor upgrade procedures to work, WP CRON must work, otherwise the scheduled tasks never get...
WordPress Security - Base64 and evalWordFence has a scanner that can find base64 and eval code. You can use CPANEL file manager to...