Welcome Guest, Not a member yet? Register   Sign In
URI Problem
#4

[eluser]louis w[/eluser]
The key needs to stay the same, that's how CI can access it. Just change the value.

$config['base_url'] = 127.0.0.1/Jxxxx/;

For more flexability, generate it automatically. This is what I have:

$config['base_url'] = (dirname($_SERVER['SCRIPT_NAME']) == '/') ? '/' : dirname($_SERVER['SCRIPT_NAME']).'/');


Messages In This Thread
URI Problem - by El Forum - 07-02-2008, 03:20 PM
URI Problem - by El Forum - 07-02-2008, 03:45 PM
URI Problem - by El Forum - 07-02-2008, 03:47 PM
URI Problem - by El Forum - 07-02-2008, 03:51 PM
URI Problem - by El Forum - 07-02-2008, 04:08 PM



Theme © iAndrew 2016 - Forum software by © MyBB