Welcome Guest, Not a member yet? Register   Sign In
Path to application, cache or logs
#1

[eluser]Maximilian Schoening[/eluser]
Hi,
do I need to specify the full path to the applications, cacher and logs folder or can I do something like this aswell:

Code:
$application_folder = "../application/";

$config['log_path'] = '../data/logs/';

$config['cache_path'] = '../data/cache/';

Thanks,
Max
#2

[eluser]Colin Williams[/eluser]
You can use relative paths.




Theme © iAndrew 2016 - Forum software by © MyBB