Jump to content

Change admin address


Guest bigRED

Recommended Posts

Guest bigRED

This is our first CC job for a client.

Installation went fine and have installed and configuredd SSL and all is ok.

I now want to change the admin login address form the default. I have tried changing the folder name for admin and using the new folder name for login but I get a scripting error. Have changed it back to admin for now.

Does anyone know how I go about changing the admin url for extra security?

appreciate any assistance,

Darrell

Link to comment
Share on other sites

Watch this in includes/global.inc.php file

## Change this if you have changed the admin folder name

$glob['adminFolder'] = 'admin';

## Change this if you have changed the admin file name

$glob['adminFile'] = 'admin.php';

Link to comment
Share on other sites

  • 2 years later...
Guest reirei

Watch this in includes/global.inc.php file

## Change this if you have changed the admin folder name

$glob['adminFolder'] = 'admin';

## Change this if you have changed the admin file name

$glob['adminFile'] = 'admin.php';

I'm using cubecart 3 and trying to do this...but it's not working....

my address for my admin was like https://www.myshop.com/cart/admin/login.php

but now I changed the way my site was set up so the 'cart' folder above is now the document root of the site.

how can I change this admin location to www.myshop.com/admin/login.php???

Thank you.

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.

×
×
  • Create New...