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

1) switch off ftp in global config. need if have permission issues not have
2) remove "live site variable" , make sure shows

code: select all

public $live_site = '';
remove added

leo 8)





Comments

Popular posts from this blog

Joomal 3.6.3 update error - PHP temporary folder is not set - Joomla! Forum - community, help and support

Upgrade 3.4.8 to 3.5.1 failed "download package failed" - Joomla! Forum - community, help and support

Fatal error during instalation - Joomla! Forum - community, help and support