Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Renaming Admin Folder


sowjourn

Recommended Posts

I am trying to rename my admin folder. I used file manager in CPanel to rename it. When I went into /shop/new folder name/configure.php and tried to change the following two lines:

define('DIR_WS_ADMIN', "/new folder name/'); and

define('DIR_FS_ADMIN', '/your/path/to/directory/new folder name/');

 

I got the following error message. [a fatal error or timeout occurred while processing this directive] What is causing this?

 

Thanks,

 

KEVIN

Link to comment
Share on other sites

I am trying to rename my admin folder. I used file manager in CPanel to rename it. When I went into /shop/new folder name/configure.php and tried to change the following two lines:

define('DIR_WS_ADMIN', "/new folder name/'); and

define('DIR_FS_ADMIN', '/your/path/to/directory/new folder name/');

 

I got the following error message. [a fatal error or timeout occurred while processing this directive] What is causing this?

 

Thanks,

 

KEVIN

 

Kevin,

Be sure you change the permissions on the two configure.php files to 755 or 777 (depending upon your host) to allow you to make the changes. Once changed, be sure to change the permissions back to read only again.

Bill Kellum

 

Sounds Good Productions

STS Tutorials & more: STSv4.6, STS Add-ons (STS Power Pack), STS V4 Forum STS Forum FREE TEMPLATE

Link to comment
Share on other sites

I am trying to rename my admin folder. I used file manager in CPanel to rename it. When I went into /shop/new folder name/configure.php and tried to change the following two lines:

define('DIR_WS_ADMIN', "/new folder name/'); and

define('DIR_FS_ADMIN', '/your/path/to/directory/new folder name/');

 

I got the following error message. [a fatal error or timeout occurred while processing this directive] What is causing this?

 

Thanks,

 

KEVIN

Link to comment
Share on other sites

Kevin,

Be sure you change the permissions on the two configure.php files to 755 or 777 (depending upon your host) to allow you to make the changes. Once changed, be sure to change the permissions back to read only again.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...