Topic: Trying to change index.php to login.php

Hello!
Well, I'm trying to change the index.php (where you login) to login.php, because I want something else on index.php.
But everytime I try to login when I renamed it to login.php it goes to "index.php?mod=options&action=personal" and it says the file is not found since I renamed it.
But, I've changed in login.php:

elseif ($member_db[UDB_ACL] == ACL_LEVEL_COMMENTER and $mod != 'options' and $mod != 'update')
            {
                relocation($config_http_script_dir."/login.php?mod=options&action=personal");

But it still trying to go to http://mylink/index.php?mod=options&action=personal
Why? Is there anything I can do?

Re: Trying to change index.php to login.php

Use better the embedded catalog for this purpose instead of login.php, for example /cutenews/index.php or /cn_login/index.php or make login.php and redirect embedded directions.

Best regards,
CN Support team