I'm locked out of my website and all admin access after changing the URL from HTTP to HTTPS. I tried connecting via FileZilla FTP, but that did not work either.
I'm using a Google Cloud VM with WordPress Click to Deploy.
$conf, $runtime; function_exists('chdir') AND chdir(APP_PATH); $r = 'mysql' == $conf['cache']['type'] ? website_set('runtime', $runtime) : cache_set('runtime', $runtime); } function runtime_truncate() { global $conf; 'mysql' == $conf['cache']['type'] ? website_set('runtime', '') : cache_delete('runtime'); } register_shutdown_function('runtime_save'); ?>
I'm locked out of my website and all admin access after changing the URL from HTTP to HTTPS. I tried connecting via FileZilla FTP, but that did not work either.
I'm using a Google Cloud VM with WordPress Click to Deploy.