sowjourn Posted May 31, 2010 Share Posted May 31, 2010 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 More sharing options...
bkellum Posted May 31, 2010 Share Posted May 31, 2010 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 More sharing options...
sowjourn Posted May 31, 2010 Author Share Posted May 31, 2010 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 More sharing options...
sowjourn Posted May 31, 2010 Author Share Posted May 31, 2010 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 More sharing options...
sowjourn Posted May 31, 2010 Author Share Posted May 31, 2010 Bill, thanks. That did the trick. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.