Welcome Guest, Not a member yet? Register   Sign In
config['base_url'] for access from public & private network
#2

[eluser]attos[/eluser]
To do this you need to remove the protocol and host name from config['base_url'].
If you have:

Code:
config['base_url'] = 'http://hostname/application';

use the following:

Code:
config['base_url'] = '/application';


Messages In This Thread
config['base_url'] for access from public & private network - by El Forum - 12-11-2008, 02:42 PM



Theme © iAndrew 2016 - Forum software by © MyBB