[1.0.8]missing index.php in login.php? - Joomla! Forum - community, help and support
i using joomla 1.0.8 , added index.html flash intro website.
problem when went login in joomla got redirect index.html.
i looked @ com_login in login.php , changed
$params->def( 'login', $mosconfig_live_site);
to be:
$params->def( 'login', $mosconfig_live_site . "/index.php" );
and worked fine.
i took joomla 1.0.11 login.php doesn't seem kind of change has been done. though code bit different , i'm not sure if problem still there, or if had solve in way.
just wanted point out.
thanks joomla!
problem when went login in joomla got redirect index.html.
i looked @ com_login in login.php , changed
$params->def( 'login', $mosconfig_live_site);
to be:
$params->def( 'login', $mosconfig_live_site . "/index.php" );
and worked fine.
i took joomla 1.0.11 login.php doesn't seem kind of change has been done. though code bit different , i'm not sure if problem still there, or if had solve in way.
just wanted point out.
thanks joomla!
Comments
Post a Comment