Welcome Guest, Not a member yet? Register   Sign In
base_url() question
#2

[eluser]danmontgomery[/eluser]
This is because of the way the <a> tag works. Your base_url is a relative path, so that's the url that base_url() creates. base_url in your configuration should be the full web path:

Code:
$config['base_url'] = 'http://127.0.0.1/app01/';


Messages In This Thread
base_url() question - by El Forum - 07-08-2011, 05:12 AM
base_url() question - by El Forum - 07-08-2011, 05:55 AM
base_url() question - by El Forum - 07-08-2011, 10:11 AM



Theme © iAndrew 2016 - Forum software by © MyBB