Top-level context (Linux required)
This commit is contained in:
@@ -47,7 +47,7 @@ spl_autoload_register(function($classname) {
|
||||
|
||||
|
||||
//$config['base_url'] = $wrenchboard->cfgReadChar("system.base_url"); //'http://oameye.works.wrenchboard.com/';
|
||||
$config['base_url'] = 'https://'.$_SERVER['SERVER_NAME'].'/';
|
||||
$config['base_url'] = ''; // https://'.$_SERVER['SERVER_NAME'].'/';
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Index File
|
||||
@@ -75,7 +75,7 @@ $config['index_page'] = '';
|
||||
|
|
||||
| WARNING: If you set this to 'PATH_INFO', URIs will always be URL-decoded!
|
||||
*/
|
||||
$config['uri_protocol'] = 'REQUEST_URI';
|
||||
$config['uri_protocol'] = 'AUTO'; // 'REQUEST_URI';
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user