+ Reply to Thread
Results 1 to 4 of 4

Thread: Any thread on How to change The /Admin Login URL in cPANLE.

  1. #1
    Senior Member
    Join Date
    Feb 2019
    Location
    United States
    Posts
    101

    Any thread on How to change The /Admin Login URL in cPANLE.

    Hello folks,

    It must have been discussed but I, Can't find any thread on How to change The /Admin Login URL in cPANLE. I need to change it to something more secured. I would appreciate if someone knows the path in cPanel to change it.

    Also, I had activated "No Follow" by Google Crawler etc and need to change it back to "Follow" since the site is almost ready. Can someone guide me on how to get to folder in cPanel.

    Thank you.

    J Koresh.

  2. #2
    Flynax developer Rudi's Avatar
    Join Date
    Dec 2014
    Location
    Planet Earth
    Posts
    3,160
    Hello,

    To change the admin panel path please follow steps below:
    1. go to FTP > your website
    2. rename the 'admin' folder to any name you need
    3. go to ftp > includes > config.inc.php , open it with text editor and change the line 42 from 'admin' to your new admin folder name

    Example:

    //system admin paths
    define( 'ADMIN', 'admin' );

    change to

    //system admin paths
    define( 'ADMIN', 'new name for admin panel folder' );

  3. #3
    Senior Member
    Join Date
    Feb 2019
    Location
    United States
    Posts
    101
    Hello Rudi,
    I have not set up an FTP account yet so how can I use cPanel directly and where do I need to go to change it.
    Thank you.

  4. #4
    @Javed, you do it using the cPanel "File manager".

+ Reply to Thread