Tagged: Custom Database Error Page in Wordpress

How to set Custom Database Error Page in WordPress?

Put a file called “db-error.php” directly inside your /wp-content/ folder and WordPress will automatically use that when there is a database connection problem. <?php // custom WordPress database error page header(‘HTTP/1.1 503 Service Temporarily...