+ Reply to Thread
Results 1 to 5 of 5

Thread: Change the login page in the admin panel

  1. #1
    Member
    Join Date
    Dec 2015
    Location
    USA
    Posts
    82

    Change the login page in the admin panel

    Hello
    How can I change the login page in the admin panel
    Last edited by Vitalii Nikitchuk; June 6, 2017 at 08:44 PM.

  2. #2
    Hello Vitalii,

    You cannot change it admin folder through Admin Panel.

    Only with ftp. Go to ftp and change folder name: 'admin' . Then open this folder and find file: .htaccess and fild line: RewriteBase /admin/ and change: 'admin' to your new folder name. Save and check again.
    Viktor,
    Flynax technical department,
    Best wishes.

  3. #3
    Member
    Join Date
    Dec 2015
    Location
    USA
    Posts
    82
    Fatal error: require_once(): Failed opening required '/home/scriptow/vpolshe.pl/www/admin/controllers/admin.control.inc.php' (include_path='.:/usr/local/pear/php54') in /home/scriptow/vpolshe.pl/www/aaa/index.php on line 37

  4. #4
    Hello Vitalii

    Ohhhh sorry I forgot 1 thing.
    Open file: ftp://includes>>config.inc.php

    find line: define( 'ADMIN', 'admin' );

    and change 2-nd 'admin' to your 'aaa'. Save and check again.
    Viktor,
    Flynax technical department,
    Best wishes.

  5. #5
    Member
    Join Date
    Dec 2015
    Location
    USA
    Posts
    82
    It seems to work. Thanks

+ Reply to Thread