Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Renaming Admin


Coastie

Recommended Posts

Hi all i want to rename my admin panel while i get my shop setup.

 

What other files do i need to change?

 

i am sue that this is easy buy i am a nooby at this and don't have much of an idea.

 

thanks in advance

Link to comment
Share on other sites

Rename 'admin' via FTP and then edit admin/includes/configure.php. Depending on how you set the install up there will be one or two references to /admin/ which you need to change to /newname/

 

If you password protected 'admin' you will have to re-protect 'newname'

 

Vger

Link to comment
Share on other sites

Hi all i want to rename my admin panel while i get my shop setup.

 

What other files do i need to change?

 

i am sue that this is easy buy i am a nooby at this and don't have much of an idea.

 

thanks in advance

 

Thanks guys i worked it out.

 

For all noobs out there that want to do the same thing the config file in /catalog/admin/includes/configure.php

 

define('DIR_WS_ADMIN', 'your path here'); // absolute path required
 define('DIR_FS_ADMIN', 'your path here must be absolute'); // absolute pate required

 

that's it easy. :rolleyes:

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...