Subversion Repositories SmartDukaan

Rev

Rev 12694 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 12694 Rev 12737
Line 12... Line 12...
12
|
12
|
13
| If this is not set then CodeIgniter will guess the protocol, domain and
13
| If this is not set then CodeIgniter will guess the protocol, domain and
14
| path to your installation.
14
| path to your installation.
15
|
15
|
16
*/
16
*/
17
$config['base_url']	= 'http://localretailer/';
17
$config['base_url']	= 'http://fos.shop2020.in/';
18
 
18
 
19
/*
19
/*
20
|--------------------------------------------------------------------------
20
|--------------------------------------------------------------------------
21
| Index File
21
| Index File
22
|--------------------------------------------------------------------------
22
|--------------------------------------------------------------------------
Line 264... Line 264...
264
| 'cookie_path'   =  Typically will be a forward slash
264
| 'cookie_path'   =  Typically will be a forward slash
265
| 'cookie_secure' =  Cookies will only be set if a secure HTTPS connection exists.
265
| 'cookie_secure' =  Cookies will only be set if a secure HTTPS connection exists.
266
|
266
|
267
*/
267
*/
268
$config['cookie_prefix']	= "";
268
$config['cookie_prefix']	= "";
269
$config['cookie_domain']	= "localretailer";
269
$config['cookie_domain']	= ".shop2020.in";
270
$config['cookie_path']		= "/";
270
$config['cookie_path']		= "/";
271
$config['cookie_secure']	= FALSE;
271
$config['cookie_secure']	= FALSE;
272
 
272
 
273
/*
273
/*
274
|--------------------------------------------------------------------------
274
|--------------------------------------------------------------------------