base_url() doesn't show, weird @__@ |
[eluser]solid9[/eluser]
I installed a new CodeIgniter into my site. I already configured the config.php Code: $config['base_url'] = 'http://sample.com/adminpro/'; And below is my controller Code: <?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); But when I call http://sample.com/adminpro/front/hello/ It doesn't display the base_url(), any help. weird. |
Messages In This Thread |
base_url() doesn't show, weird @__@ - by El Forum - 10-18-2012, 11:44 PM
base_url() doesn't show, weird @__@ - by El Forum - 10-18-2012, 11:55 PM
base_url() doesn't show, weird @__@ - by El Forum - 10-19-2012, 12:16 AM
base_url() doesn't show, weird @__@ - by El Forum - 10-19-2012, 01:32 AM
|