Fatal error Failed opening required wordfence waf.php  - ❌ PHP Fatal error:  Unknown: Failed opening required wordfence-waf.php

❌ PHP Fatal error: Unknown: Failed opening required wordfence-waf.php

After migrating a WordPress website ot another cPanel account, the website displayed 500 error, and the following was recorded inside the error_log file: [17-Aug-2022 12:46:18 Europe/Belgrade] PHP Fatal error: Unknown: Failed opening required ‘/home/XXXXX/XXXXX.com/wordfence-waf.php’ (include_path=’.:/opt/alt/php74/usr/share/pear’) in Unknown on line 0 WordFence adds rules to .htaccess file to include the wordfence-waf.php file by full path: php_value … Read full article →

htaccess - How to find and create the .htaccess file

How to find and create the .htaccess file

.htaccess is a hidden text file that contains additional configuration for websites hosted on Apache (and LiteSpeed) server. With .htaccess file you can create redirects, password-protect directories, block IPs and much more. For some examples on .htaccess files make sure to check this .htaccess Cheatsheet. How to find the .htaccess file On cPanel after you … Read full article →

Increase Maximum Upload File Size in WordPress - ✅ How to Increase Maximum Upload File Size in WordPress [SOLVED]

✅ How to Increase Maximum Upload File Size in WordPress [SOLVED]

Here is How to Increase Maximum Upload File Size in WordPress: Increase Maximum Upload File Size using the .htaccess file Change the numbers to the values that you need: Increase Maximum Upload File Size using wp-config.php Open up your wp-config.php file and add the following code inside: Increase Maximum Upload File Size in WordPress using … Read full article →

wp cron - Why is ?doing_wp_cron being added to my URLs

Why is ?doing_wp_cron being added to my URLs

WordPress background processing tasks such as publishing scheduled posts, backups or auto-updates may append ?doing_wp_cron to your URLs. Most common plugins that cause this issue are: All-In-One WP Migration and UpDraftPlus Backups. Disable doing_wp_cron in URL using wp-config.php To remove ?doing_wp_cron from URLs using the wp-config.php file simply edit the file and remove the line containing: Disable … Read full article →