我对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/