Hi,
I just moved my site from a subfolder ( www.belfast-hen-stag.co.uk/new/ to the root folder to go live.
The page is totally messed up. I logged into the configuration folder to change the paths but they are different looking from what I read up on http://docs.joomla.org/Moving_the_site_ ... irectories
I have put my configuration.php file below with passwords etc **** out. Is there anything else I need to change.
Can someone please help me
<?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 = 'Belfast-Hen-Stag';
public $editor = 'jce';
public $captcha = 'recaptcha';
public $list_limit = '20';
public $access = '1';
public $debug = '0';
public $debug_lang = '0';
public $dbtype = 'mysql';
public $host = '217.174.253.159';
public $user = '*************';
public $password = '***************';
public $db = '************';
public $dbprefix = 'yr9e5_';
public $live_site = 'http://www.belfast-hen-stag.co.uk';
public $secret = '******************';
public $gzip = '1';
public $error_reporting = 'none';
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 $offset_user = 'UTC';
public $mailer = 'mail';
public $mailfrom = '[email protected]';
public $fromname = 'Belfast-Hen-Stag';
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 = 'Belfast hen and stag is the ultimate guide to having your hen or stag party/night in Belfast, if its clubbing, hotels or a partybus package you want you\'ll find it here!';
public $MetaKeys = 'hen party, stag party, Belfast, mini gold, paintball, hotel, accomadation, hen packages, stag packages,';
public $MetaTitle = '1';
public $MetaAuthor = '1';
public $MetaVersion = '0';
public $robots = '';
public $sef = '1';
public $sef_rewrite = '1';
public $sef_suffix = '0';
public $unicodeslugs = '0';
public $feed_limit = '10';
public $log_path = './logs';
public $tmp_path = './tmp';
public $lifetime = '15';
public $session_handler = 'database';
public $MetaRights = '';
public $sitename_pagetitles = '2';
public $force_ssl = '0';
public $feed_email = 'author';
public $cookie_domain = '';
public $cookie_path = '';
}