为什么我的Codeigniter base_url()配置在虚拟主机上不起作用?

我刚刚将我的Ci代码上传到网络托管1and1.co.uk,并且在config.php中的base_url()根本不起作用,它保留到localhost/blabala,而不是www.example.com/为什么我的Codeigniter base_url()配置在虚拟主机上不起作用?

有人知道为什么会发生这种情况吗?我错过了什么??

回答:

它设置为

$config['base_url'] =''; 

回答:

变化

$config['base_url'] ='site url' 

path application/config/config.php

以上是 为什么我的Codeigniter base_url()配置在虚拟主机上不起作用? 的全部内容, 来源链接: utcz.com/qa/265380.html

回到顶部