Config.php file:
<?phpdefined( '_JEXEC' ) or die( 'Restricted access' );
$MobileJoomla_Settings=array('version'=>'1.0 RC5','caching'=>0,'httpcaching'=>0,'domains'=>0,'pcpage'=>'','templatewidth'=>960,'jpegquality'=>90,'desktop_url'=>'','mobile_sitename'=>'Everything Entertainment','xhtmltemplate'=>'mobile_pda','xhtmlhomepage'=>'index.php?option=com_content&view=article&id=96&Itemid=538','xhtmlgzip'=>0,'xhtmldomain'=>'','xhtmlredirect'=>0,'xhtml_buffer_width'=>20,'waptemplate'=>'mobile_wap','waphomepage'=>'index.php?option=com_content&view=article&id=96&Itemid=538','wapgzip'=>0,'wapdomain'=>'','wapredirect'=>0,'wml_buffer_width'=>8,'imodetemplate'=>'mobile_pda','imodehomepage'=>'index.php?option=com_content&view=article&id=96&Itemid=538','imodegzip'=>0,'imodedomain'=>'','imoderedirect'=>0,'chtml_buffer_width'=>20,'iphonetemplate'=>'mobile_pda','iphoneipad'=>1,'iphonehomepage'=>'index.php?option=com_content&view=article&id=96&Itemid=538','iphonegzip'=>1,'iphonedomain'=>'m.everythingentertainment.com.au','iphoneredirect'=>0,'iphone_buffer_width'=>50,'tmpl_xhtml_header1'=>'mj_pda_header','tmpl_xhtml_header2'=>'mj_pda_header2','tmpl_xhtml_header3'=>'mj_all_header','tmpl_xhtml_pathway'=>1,'tmpl_xhtml_pathwayhome'=>1,'tmpl_xhtml_middle1'=>'mj_pda_middle','tmpl_xhtml_middle2'=>'mj_pda_middle2','tmpl_xhtml_middle3'=>'mj_all_middle','tmpl_xhtml_componenthome'=>1,'tmpl_xhtml_footer1'=>'mj_pda_footer','tmpl_xhtml_footer2'=>'mj_pda_footer2','tmpl_xhtml_footer3'=>'mj_all_footer','tmpl_xhtml_jfooter'=>0,'tmpl_xhtml_simplehead'=>0,'tmpl_xhtml_allowextedit'=>0,'tmpl_xhtml_removetags'=>0,'tmpl_xhtml_removescripts'=>0,'tmpl_xhtml_img'=>3,'tmpl_xhtml_img_addstyles'=>0,'tmpl_xhtml_entitydecode'=>0,'tmpl_xhtml_embedcss'=>1,'tmpl_xhtml_contenttype'=>3,'tmpl_xhtml_xmlhead'=>0,'tmpl_xhtml_doctype'=>2,'tmpl_xhtml_xmlns'=>1,'tmpl_wap_header1'=>'mj_wap_header','tmpl_wap_header2'=>'','tmpl_wap_header3'=>'mj_all_header','tmpl_wap_pathway'=>0,'tmpl_wap_pathwayhome'=>0,'tmpl_wap_middle1'=>'mj_wap_middle','tmpl_wap_middle2'=>'','tmpl_wap_middle3'=>'mj_all_middle','tmpl_wap_componenthome'=>1,'tmpl_wap_footer1'=>'mj_wap_footer','tmpl_wap_footer2'=>'','tmpl_wap_footer3'=>'mj_all_footer','tmpl_wap_cards'=>'mj_wap_cards','tmpl_wap_jfooter'=>0,'tmpl_wap_removetags'=>1,'tmpl_wap_img'=>1,'tmpl_wap_entitydecode'=>1,'tmpl_wap_doctype'=>1,'tmpl_imode_header1'=>'mj_imode_header','tmpl_imode_header2'=>'mj_imode_header2','tmpl_imode_header3'=>'mj_all_header','tmpl_imode_pathway'=>1,'tmpl_imode_pathwayhome'=>0,'tmpl_imode_middle1'=>'mj_imode_middle','tmpl_imode_middle2'=>'mj_imode_middle2','tmpl_imode_middle3'=>'mj_all_middle','tmpl_imode_componenthome'=>1,'tmpl_imode_footer1'=>'mj_imode_footer','tmpl_imode_footer2'=>'mj_imode_footer2','tmpl_imode_footer3'=>'mj_all_footer','tmpl_imode_jfooter'=>0,'tmpl_imode_removetags'=>1,'tmpl_imode_img'=>2,'tmpl_imode_entitydecode'=>0,'tmpl_imode_doctype'=>1,'tmpl_iphone_header1'=>'mj_iphone_header','tmpl_iphone_header2'=>'mj_iphone_header2','tmpl_iphone_header3'=>'mj_all_header','tmpl_iphone_pathway'=>0,'tmpl_iphone_pathwayhome'=>0,'tmpl_iphone_middle1'=>'mj_iphone_middle','tmpl_iphone_middle2'=>'mj_iphone_middle2','tmpl_iphone_middle3'=>'mj_all_middle','tmpl_iphone_componenthome'=>1,'tmpl_iphone_footer1'=>'mj_iphone_footer','tmpl_iphone_footer2'=>'mj_iphone_footer2','tmpl_iphone_footer3'=>'mj_all_footer','tmpl_iphone_jfooter'=>0,'tmpl_iphone_img'=>3,'tmpl_iphone_img_addstyles'=>1,'tmpl_iphone_removetags'=>1);?>
htaccess file:
RewriteCond %{HTTP_HOST} ^pubkaraoke\.com\.au$ [OR]RewriteCond %{HTTP_HOST} ^www\.pubkaraoke\.com\.au$RewriteRule ^/?$ "http\:\/\/everythingentertainment\.com\.au" [R=301,L]
RewriteCond %{HTTP_HOST} ^songlist\.com\.au$ [OR]RewriteCond %{HTTP_HOST} ^www\.songlist\.com\.au$RewriteRule ^/?$ "http\:\/\/m\.everythingentertainment\.com\.au\/" [R=301,L]
I have a "full site" link at the bottom of my mobile template that correctly sends the user to the full site on a mobile device however if you attempt to browse any content beyond the front page, it looks like it's trying to display mobile content instead.
Hope this helps.