Locked out after changing canonical URL

Permalink
Hello,

I just changed the canonical URL from http to https. Now I can't even access the dashboard or see the website!!!

Help!

Here's the addresshttp://gotimetrekkers.comhttp://gotimetrekkers.com

So anyone know why this happened? And most important, how I can get it back to working?

cheers
P

 
ob7dev replied on at Permalink Best Answer Reply
ob7dev
You'll need to manually edit the application/config/generated_overrides/concrete.php file to change the settings back:
'seo' => array(
        'canonical_url' => '',
        'canonical_ssl_url' => '',
        'redirect_to_canonical_url' => 0,
        'url_rewriting' => 1,
    ),
PJSAndo replied on at Permalink Reply
Well done! That worked.

Cheers!