Retired Documentation:  You are using the documentation for version 1.7.3 which was retired in 2013. Go here for the latest version documentation or check here for your available upgrades to the latest version.

Can not log into the Control Panel on Windows Based server

Log in to the Control Panel fails on a Windows-based server

Troubleshooting Login

Open system/config.php file and find this line:

$conf['redirect_method'] = "redirect";

Change it to this:

$conf['redirect_method'] = "refresh";

Top of Page