when i originally migrated over i was having trouble with getting redirects to the old domain. i deleted the .htaccess file and that problem was fixed. i just tried dropping the old .htaccess back in and it for sure redirects to the old site.
my config.php lloks like this...
<?php
class JConfig {
public $offline = '0';
public $offline_message = 'Comming Soon';
public $sitename = 'Computer Studio';
public $editor = 'tinymce';
public $list_limit = '20';
public $root_user = '42';
public $access = '1';
public $dbtype = 'mysql';
public $host = 'localhost';
public $user = 'comput99_kshirza';
public $password = '******';
public $db = 'comput99_CS';
public $dbprefix = 'jos_';
public $secret = '71406a2109ab3f3af4f3336fdf958681';
public $gzip = '0';
public $error_reporting = '-1';
public $helpurl = 'http://help.joomla.org/proxy/index.php?option=com_help&keyref=Help{major}{minor}:{keyref}';
public $ftp_host = '';
public $ftp_port = '';
public $ftp_user = '';
public $ftp_pass = '';
public $ftp_root = '';
public $ftp_enable = '0';
public $tmp_path = '/tmp';
public $log_path = '/var/logs';
public $live_site = 'http://computerstudio.us/';
public $force_ssl = '0';
public $offset = 'UTC';
public $offset_user = 'UTC';
public $lifetime = '15';
public $session_handler = 'database';
public $mailer = 'mail';
public $mailfrom =
'support@computerstudio.us';
public $fromname = 'computerstudio.us';
public $sendmail = '/usr/sbin/sendmail';
public $smtpauth = '0';
public $smtpuser = 'kshirza1';
public $smtppass = 'hondaep4';
public $smtphost = 'localhost';
public $caching = '0';
public $cachetime = '15';
public $cache_handler = 'file';
public $debug = '0';
public $debug_lang = '0';
public $MetaDesc = 'Computer Studio - Providing In-home, Business, and retail computer services to the phoenix metro area.';
public $MetaKeys = 'computer studio, Computers, Sales, Repair, Virus Removal, Computer Repair, Custom, Custom Computers, Outsourced IT Services, Business IT, Business computers, Networking, Data Recovery, Data Management, Phoenix, Arizona, North Valley, ';
public $MetaTitle = '1';
public $MetaAuthor = '0';
public $sef = '1';
public $sef_rewrite = '1';
public $sef_suffix = '1';
public $unicodeslugs = '0';
public $feed_limit = '10';
public $feed_email = 'site';
public $smtpsecure = 'none';
public $smtpport = '25';
public $MetaRights = 'Computer Studio';
public $sitename_pagetitles = '1';
public $cookie_domain = '';
public $cookie_path = '';
}