log and tmp paht for subdomain - Joomla! Forum - community, help and support
i created first time subdomain, (im'm still waiting activation it)
now i'm want know right path logs , tmp inside configuration panel.
this main domain
public $log_path = '/domains/website.com/public_html/logs';
public $tmp_path = '/domains/website.com/public_html/tmp';
and created paths subdomain
public $log_path = '/domains/example.website.com/public_html/logs';
public $tmp_path = '/domains/example.website.com/public_html/tmp';
or (or both?)
public $log_path = '/domains/website.com/public_html/example/logs';
public $tmp_path = '/domains/website.com/public_html/example/tmp';
because website contains example folder.
now i'm want know right path logs , tmp inside configuration panel.
this main domain
public $log_path = '/domains/website.com/public_html/logs';
public $tmp_path = '/domains/website.com/public_html/tmp';
and created paths subdomain
public $log_path = '/domains/example.website.com/public_html/logs';
public $tmp_path = '/domains/example.website.com/public_html/tmp';
or (or both?)
public $log_path = '/domains/website.com/public_html/example/logs';
public $tmp_path = '/domains/website.com/public_html/example/tmp';
because website contains example folder.
the path shall set physical path on server, ie see when browsing file manager.
Comments
Post a Comment