Malaya Wa Tz Rahatupu Blog Fixed 2021 -
For non-WordPress blogs, a default .htaccess was created with:
For the owner of , that nightmare became a reality two weeks ago. But after hours of debugging, research, and trial-and-error fixes, the blog is finally back online. In this long article, I’ll walk you through exactly what went wrong, how we diagnosed the problem, and the step-by-step solution that finally fixed Malaya wa Tz Rahatupu Blog . malaya wa tz rahatupu blog fixed
RewriteEngine On RewriteBase / RewriteRule ^index\.html$ - [L] RewriteCond %REQUEST_FILENAME !-f RewriteCond %REQUEST_FILENAME !-d RewriteRule . /index.html [L] Via FTP, the /wp-content/plugins/ folder was renamed to plugins_old , forcing all plugins off. The site loaded instantly. Then plugins were reactivated one by one. The culprit: an outdated social sharing plugin and the “Rahatupu Magic” theme’s functions file with a fatal PHP error. For non-WordPress blogs, a default
define('WP_MEMORY_LIMIT', '256M'); On shared hosting, they also asked the provider to increase max_execution_time to 300 seconds. Using phpMyAdmin, the owner selected all database tables and chose “Repair table” from the dropdown. For command-line users, the query would be: RewriteEngine On RewriteBase / RewriteRule ^index\