path=group/template
余分なドメインを生成しているような変数に問題があります。
すなわち:hxxp://domain.com/hxxp://domain.com/template_group/template/
ページ付けリンクも次のようにレンダリングされます。
hxxp://domain.com/hxxp://domain.com/template_group/template/P5
Multi Lang Altメソッド(http://expressionengine.com/wiki/Multi_language_site_alternative/#Slight_modification_for_EE2)を使用していますが、これは問題に関連している可能性があると思います。
パスの回避策を見つけることはできますが、ページネーションリンクを処理する方法がわかりません。「Pxxx」を返すだけのオプションがあれば、この問題を回避できます。
誰かがその点で助けることができますか?
編集 :
/index.phpに私は持っています:
$assign_to_config['site_index'] = 'http://domain.com/fr/';
$assign_to_config['site_404'] = 'http://domain.com/fr/404/';
$assign_to_config['global_vars'] = array(
"cc" => "", // added to custom fields in templates
"country_code" => "fr",
"language" => "french"
);
/en/index.phpに私は持っています:
$assign_to_config['site_index'] = 'http://domain.com/en/';
$assign_to_config['site_404'] = 'http://domain.com/en/404/';
$assign_to_config['global_vars'] = array(
"cc" => "-en", // added to custom fields in templates
"country_code" => "en",
"language" => "english"
);
/fr/index.phpに私は持っています:
$assign_to_config['site_index'] = 'http://domain.com/fr/';
$assign_to_config['site_404'] = 'http://domain.com/fr/404/';
$assign_to_config['global_vars'] = array(
"cc" => "", // added to custom fields in templates
"country_code" => "fr",
"language" => "french"
);
管理者>一般設定>サイトのインデックスページが空白
[管理]>[一般設定]>[ルートディレクトリへのURL]は次のとおりです:http://domain.com/