Password protection and WordPress permalinks issue. How to fix it?

Password protection and WordPress permalinks issue. How to fix it?

When you want to password protect a subfolder of your account, if there is a WordPress application installed in the public_html folder, the rewrite rules of the WordPress application will most likely negate the password protection. To have the folder … Continued
How to troubleshoot WordPress blank page?

How to troubleshoot WordPress blank page?

In the majority of the time a “white screen of death” can occur if a certain plugin is not functioning properly. It could also be caused by a poorly coded theme that your website is using. Since there might be … Continued
WordPress maintenance mode

WordPress maintenance mode

WordPress places a .maintenance file in the root folder of the application during plugin updates in order to prevent any data-loss while it’s upgrading. In case something went wrong with some of your updates and this file was not deleted, … Continued
How to Increase WP Memory Limit

How to Increase WP Memory Limit

In order to increase your WordPress Memory limit, open the wp-config.php file and locate this line: 1 define( ‘WP_MEMORY_LIMIT’, ’96M’ ); Change its value to up to 768M on all XonHost shared hosting accounts. On Cloud and Dedicated solutions, you may further customize this … Continued
How to Disable/Enable the WordPress Cron

How to Disable/Enable the WordPress Cron

How to Disable the WordPress Cron To disable the internal WordPress cron job system, open the wp-config.php file in the root of your WordPress installation and locate the following line: 1 define(‘DB_COLLATE’, ”); Right under it, add the following code: 1 define(‘DISABLE_WP_CRON’, … Continued