I have moved Joomla 2.5 from local WAMP server to my website which runs under windows OS with Apache server installed, home page is loading successfully but whenever I choose any article I got the URL changed in browser's address bar but it keeps showing me the home page. I checked permissions, the configuration file is writable and successfully connects to database also all articles and categories are shown in administrator area, PHP 5.2.17, Any suggestions ?
http://almoheetgroup.com/site/joomla/index.php?option=com_content&view=article&id=2:2016-12-24-15-01-23&catid=9:news&Itemid=107but empty page my configurations: ` public $live_site = 'almoheetgroup.com/site/Joomla'; public $sef = '0'; public $sef_rewrite = '1'; public $sef_suffix = '1'; public $unicodeslugs = '0';public $log_path = 'D:\\Inetpub\\vhosts\\almoheetgroup.com\\httpdocs/logs';public $tmp_path = 'D:\\Inetpub\\vhosts\\almoheetgroup.com\\httpdocs/tmp';any ideas? - ali_m$sef_suffixthe response is "page not found" - ali_m