My innacessible homepage
Permalink
Hello,
As a result of the update, I put a simplified Url on my home page and I can not go back ...
I have this message :
"
Ensure that your site is viewable at the URL(s) above before you check the checkbox below. If not, doing so may render your site unviewable until you can manually undo this change."
I change how? I delete the htaccess and it will recover ?
http://fabriqueamusique.fr
As a result of the update, I put a simplified Url on my home page and I can not go back ...
I have this message :
"
Ensure that your site is viewable at the URL(s) above before you check the checkbox below. If not, doing so may render your site unviewable until you can manually undo this change."
I change how? I delete the htaccess and it will recover ?
http://fabriqueamusique.fr
It sounds like you set a Canonical URL that wasn't correct. You can undo this by going on your server to the /application/config/generated_overrides/site.php and remove those settings.
Actually, and I :
<?php
/**
* -----------------------------------------------------------------------------
* Generated 2017-08-09T17:49:57+02:00
*
* DO NOT EDIT THIS FILE DIRECTLY
*
* @item sites.default.seo.canonical_url_alternative
* @group site
* @namespace null
* -----------------------------------------------------------------------------
*/
return [
'sites' => [
'default' => [
'name' => 'fabriqueamusique.fr',
'misc' => [
'favicon_fid' => '17',
'iphone_home_screen_thumbnail_fid' => '18',
'modern_tile_thumbnail_fid' => '19',
],
'user' => [
'gravatar' => [
'max_level' => 'g',
'image_set' => '404',
],
],
'concrete' => [
'seo' => [
'tracking' => [
'code' => [
'header' => '',
'footer' => '',
],
],
],
],
'seo' => [
'canonical_url' => '',
'canonical_url_alternative' => '',
'tracking' => [
'code' => [
'header' => '',
'footer' => '',
],
],
],
],
],
];
<?php
/**
* -----------------------------------------------------------------------------
* Generated 2017-08-09T17:49:57+02:00
*
* DO NOT EDIT THIS FILE DIRECTLY
*
* @item sites.default.seo.canonical_url_alternative
* @group site
* @namespace null
* -----------------------------------------------------------------------------
*/
return [
'sites' => [
'default' => [
'name' => 'fabriqueamusique.fr',
'misc' => [
'favicon_fid' => '17',
'iphone_home_screen_thumbnail_fid' => '18',
'modern_tile_thumbnail_fid' => '19',
],
'user' => [
'gravatar' => [
'max_level' => 'g',
'image_set' => '404',
],
],
'concrete' => [
'seo' => [
'tracking' => [
'code' => [
'header' => '',
'footer' => '',
],
],
],
],
'seo' => [
'canonical_url' => '',
'canonical_url_alternative' => '',
'tracking' => [
'code' => [
'header' => '',
'footer' => '',
],
],
],
],
],
];
I have trouble understanding, do https, it works ...
I did nothing but everything came back normal !