Date: Mon, 15 Apr 2013 04:51:20 -0700 (PDT) From: Janet Sullivan <jmsulliva...@yahoo.com> Subject: [joomla] Where did the domain name go?
I am moving a joomla site to a new domain.? In the past,? I've used essentially these steps http://forum.joomla.org/viewtopic.php?t=187461 Note the last step is to edit the config.php file in the site root folder and change the domain name. The site I am trying to move is version 2.5.9... but there is no domain name reference in the config file, and the site is not working in its new location under the new domain name..... Any idea where/how to change the domain name on the site? Thanks! ? Janet Sullivan ======== I think you are referring to the '$live_site' parameter in the configuration file This is a redacted copy of a configuration.php file for J2.5 I've indicated where the parameter is below Cheers, Mark <?php class JConfig { public $offline = '0'; public $offline_message = 'This site is down for maintenance.<br /> Please check back again soon.'; public $display_offline_message = '1'; public $offline_image = ''; public $sitename = 'XXX XXX XXXXX'; public $editor = 'tinymce'; public $captcha = '0'; public $list_limit = '20'; public $access = '1'; public $debug = '0'; public $debug_lang = '0'; public $dbtype = 'mysqli'; public $host = 'localhost'; public $user = 'xxx'; public $password = 'xxxx'; public $db = 'xxxx; public $dbprefix = 'gu9kd_'; ******Here I am!******* public $live_site = ''; public $secret = 'XXXXXXXXXXXXXXXX'; public $gzip = '0'; public $error_reporting = 'default'; public $helpurl = 'http://help.joomla.org/proxy/index.php?option=com_help&keyref=Help{major}{minor}:{keyref}'; public $ftp_host = '127.0.0.1'; public $ftp_port = '21'; public $ftp_user = ''; public $ftp_pass = ''; public $ftp_root = ''; public $ftp_enable = '0'; public $offset = 'UTC'; public $mailer = 'mail'; public $mailfrom = 'xxxxxxxx...@xxxxxxxxxx.xxx'; public $fromname = 'XXXXXXXXXX'; public $sendmail = '/usr/sbin/sendmail'; public $smtpauth = '0'; public $smtpuser = ''; public $smtppass = ''; public $smtphost = 'localhost'; public $smtpsecure = 'none'; public $smtpport = '25'; public $caching = '0'; public $cache_handler = 'file'; public $cachetime = '15'; public $MetaDesc = 'XXXXXXXXXXXXXXXXXXXXXXXXXXXXXxx'; public $MetaKeys = ''; public $MetaTitle = '1'; public $MetaAuthor = '1'; public $MetaVersion = '0'; public $robots = ''; public $sef = '1'; public $sef_rewrite = '0'; public $sef_suffix = '0'; public $unicodeslugs = '0'; public $feed_limit = '10'; public $log_path = '/var/www/XXXX/logs'; public $tmp_path = '/var/www/XXXX/tmp'; public $lifetime = '15'; public $session_handler = 'database'; public $MetaRights = ''; public $sitename_pagetitles = '0'; public $force_ssl = '0'; public $feed_email = 'author'; public $cookie_domain = ''; public $cookie_path = ''; } _______________________________________________ New York PHP SIG: Joomla! Mailing List http://lists.nyphp.org/mailman/listinfo/joomla NYPHPCon 2006 Presentations Online http://www.nyphpcon.com Show Your Participation in New York PHP http://www.nyphp.org/show_participation.php