Another move from sub to root - Joomla! Forum - community, help and support
i have created new site using 3.6.4. installed in http://www.mysite/joomla , copied files http://www.mysite. in previous sites, have had edit config file point new directory, however... online have found says edit following:
change from: var $log_path = ‘/home/user/public_html/newsite/logs’;
to: var $log_path = ‘/home/user/public_html/logs’;
change from: var $tmp_path = ‘/home/user/public_html/newsite/tmp’;
to: var $tmp_path = ‘/home/user/public_html/tmp’;
change from: var $ftp_root = ‘/public_html/newsite’;
to: var $ftp_root = ‘/public_html’;
change from: var $live_site = ‘http://www.yourdomain.com/newsite’;
to: var $live_site = ‘http://www.yourdomain.com’;
3.6.4 doesn't have these variables, have:
public $log_path = '/home/mysite/public_html/domain/administrator/joomla/logs';
public $tmp_path = '/home/mysite/public_html/domain/joomla/tmp';
if remove joomla variables, index page shows , can access administrator page, cannot access of links on page. url re- write on @ time. if turn off re-write pages become accessible. have cleared joomla cache, every time re- enable re- write, links break again.
thanks can offered.
mark
change from: var $log_path = ‘/home/user/public_html/newsite/logs’;
to: var $log_path = ‘/home/user/public_html/logs’;
change from: var $tmp_path = ‘/home/user/public_html/newsite/tmp’;
to: var $tmp_path = ‘/home/user/public_html/tmp’;
change from: var $ftp_root = ‘/public_html/newsite’;
to: var $ftp_root = ‘/public_html’;
change from: var $live_site = ‘http://www.yourdomain.com/newsite’;
to: var $live_site = ‘http://www.yourdomain.com’;
3.6.4 doesn't have these variables, have:
public $log_path = '/home/mysite/public_html/domain/administrator/joomla/logs';
public $tmp_path = '/home/mysite/public_html/domain/joomla/tmp';
if remove joomla variables, index page shows , can access administrator page, cannot access of links on page. url re- write on @ time. if turn off re-write pages become accessible. have cleared joomla cache, every time re- enable re- write, links break again.
thanks can offered.
mark
1) switch off ftp in global config. need if have permission issues not have
2) remove "live site variable" , make sure shows remove added
leo
2) remove "live site variable" , make sure shows
code: select all
public $live_site = '';
leo

Comments
Post a Comment