Jump to content

i want to change admin folder name for security reson.


Recommended Posts

i want to change admin folder name.how to change i see it from here. http://docs.whmcs.com/Further_Security_Steps. but i don't understand $customadminpath = "custom_admin_folder_name_goes_here"; this code.

what i include here ( custom_admin_folder_name_goes_here)

it should be like $customadminpath = "mycustomfoldername";

just it or some thing else?

Link to comment
Share on other sites

if you read over the doc correctly you would have seen this line before the code your talking about.

 

You then must tell WHMCS what the name of that folder is for things to work by adding the following line to the configuration.php file:

$customadminpath = "custom_admin_folder_name_goes_here";

Link to comment
Share on other sites

Out-of-the-box, your admin folder is named "admin" and the admin URL (for example) would be http://yourdomain.com/whmcs/admin

 

If you were to rename your admin folder to "brecun4trestadrutrAVEvacHachUp", making your admin URL http://yourdomain.com/whmcs/brecun4trestadrutrAVEvacHachUp, you would need to have the following line within your configuration.php file:

$customadminpath = 'brecun4trestadrutrAVEvacHachUp';

More information can be found at Further Security Steps: Change your WHMCS Admin Folder Name.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated