Intermittent 500 errors after upgrading to php 7.1
-
Hello,
My website is experiencing occasional 500 errors since updating to php 7.1. Usually they can be resolved by simply refreshing the page. Any idea what might be causing this?
Here is my .htaccess
# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPress # php -- BEGIN cPanel-generated handler, do not edit # NOTE this account's php is controlled via FPM and the vhost, this is a place holder. # Do not edit. This next line is to support the cPanel php wrapper (php_cli). # AddType application/x-httpd-ea-php71 .php .phtml # php -- END cPanel-generated handler, do not edit
wp-config.php deleted by moderator
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Intermittent 500 errors after upgrading to php 7.1’ is closed to new replies.