F1_error Posted November 23, 2004 Posted November 23, 2004 I've successfully installed osCommerce, and have begun the process of learning how to use it. I decided to change the admin directory name to something a little less obvious. I figured this would be a simple change. (I'm new to PHP and MySQL, so what do I really know?) After changing the directory to adminf00, I then went to .../catalog/adminf00/includes/configure.php where I changed; define('DIR_FS_ADMIN', '/home/******/foo.com/catalog/admin/'); // absolute pate required to define('DIR_FS_ADMIN', '/home/******/foo.com/catalog/adminf00/'); // absolute pate required Oddly enough, this didn't work. When I click on any link off the .../adminf00/index.php page, I get; Not Found The requested URL /catalog/admin/configuration.php was not found on this server. Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request. I'm now stumped, and I figure that if I don't know enough to make this (seemingly) simple change, I probably don't know enough to further configure this to suit my needs. Of course I could be missing the completely obvious, and I'm now just showing off my stupidity. Any ideas to help me get back on the right track?
♥yesudo Posted November 23, 2004 Posted November 23, 2004 did you change define('DIR_WS_ADMIN' in the same file ? Your online success is Paramount.
F1_error Posted November 23, 2004 Author Posted November 23, 2004 No I didn't change that, should I change it? And if so how should it read? Remember, I'm new to this whole PHP experience, so an explanation would be a great education.
♥yesudo Posted November 23, 2004 Posted November 23, 2004 define('DIR_WS_ADMIN', '/catalog/adminf00/'); // absolute path required Your online success is Paramount.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.