Hey,
I dropped a zip file of an existing WP Content file and SQL database into Local and the site is created.
I’m getting this error: Parse error: syntax error, unexpected ‘’;’ (T_CONSTANT_ENCAPSED_STRING) in /app/public/wp-config.php on line 73
Here’s what I have in the wp_config file between lines 71 > 77…
/* Inserted by Local by Flywheel See http://codex.wordpress.org/Administration_Over_SSL#Using_a_Reverse_Proxy */
if (isset($_SERVER[‘HTTP_X_FORWARDED_PROTO’]) && $_SERVER[‘HTTP_X_FORWARDED_PROTO’] === ‘https’) {
$_SERVER[‘HTTPS’] = ‘on’;
}
/* That’s all, stop editing! Happy blogging. */
Can you see the issue?
Cheers
Dean