pictron様
コメントありがとうございます!
1)
/colorfulblankets.com/.htaccessの中身を見ていると何も入っていませんでした。
これに関しましてはどのようにすればいいでしょうか?
2)
homeのページの場所の確認の仕方が分からずで…どのように確認すればよいでしょうか?
3)
/colorfulblankets.com/application/config/generated_overrides/site.php
の中身を確認してみたところ
<?php
/**
* -----------------------------------------------------------------------------
* Generated 2025-02-16T14:31:56+09:00
*
* DO NOT EDIT THIS FILE DIRECTLY
*
* @item sites.default.seo.canonical_tag.enabled
* @group site
* @namespace null
* -----------------------------------------------------------------------------
*/
return [
'sites' => [
'default' => [
'name' => '特定非営利活動法人カラフルブランケッツ',
'editor' => [
'concrete' => [
'enable_filemanager' => true,
'enable_sitemap' => true,
],
'ckeditor4' => [
'plugins' => [
'selected' => [
'concretefilemanager',
'concreteinline',
'concreteuploadimage',
'dialogadvtab',
'divarea',
'floatingspace',
'normalizeonchange',
'resize',
'toolbar',
'wysiwygarea',
'bidi',
'concretestyles',
'concretelink',
'div',
'entities',
'htmlwriter',
'tab',
'a11yhelp',
'indentblock',
'indentlist',
'elementspath',
'autogrow',
'colordialog',
'colorbutton',
'enterkey',
'clipboard',
'contextmenu',
'stylescombo',
'sourcedialog',
'sourcearea',
'table',
'tabletools',
'showborders',
'tableresize',
'tableselection',
'format',
'removeformat',
'font',
'pastetext',
'preview',
'showblocks',
'magicline',
'liststyle',
'list',
'blockquote',
'image',
'basicstyles',
'justify',
'maximize',
'undo',
'horizontalrule',
],
],
],
],
'misc' => [
'favicon_fid' => 7,
'iphone_home_screen_thumbnail_fid' => null,
'modern_tile_thumbnail_fid' => null,
'modern_tile_thumbnail_bgcolor' => null,
'browser_toolbar_color' => null,
],
'seo' => [
'canonical_url' => 'http://www.colorfulblankets.com/',
'canonical_url_alternative' => '',
'canonical_tag' => [
'enabled' => true,
],
],
],
],
];
となっておりました。
修正するべき点はありますでしょうか?
お手数をおかけしますがよろしくお願いいたします。