shayrgob Posted June 27, 2004 Posted June 27, 2004 I finally got into my admin area and now ive encountered yet another problem. Whenever i click on something in the admin area it says this: Not Found The requested URL /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 hope this isnt a big problem. Let me know what you guys think this is. thanks
clarocque Posted June 27, 2004 Posted June 27, 2004 Is teh file there? If so check the permissions. osC Contributions I have published. Note: Some I only provided minor changes, updates or additions!
Guest Posted November 12, 2004 Posted November 12, 2004 I finally got into my admin area and now ive encountered yet another problem. Whenever i click on something in the admin area it says this:Not Found The requested URL /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 hope this isnt a big problem. Let me know what you guys think this is. thanks <{POST_SNAPBACK}> The system is assuming (i think) that you have moved the admin directory out of the catalog directory to the same level as the catalog directory. mv admin ../
bachisanerd Posted December 27, 2004 Posted December 27, 2004 This happened to me too. The problem was in the catalog/admin/includes/configuration.php file. The admin folder path was messed up. I had: define('DIR_WS_ADMIN', '/admin/'); Needed to be: define('DIR_WS_ADMIN', '/MySite/admin/');
Recommended Posts
Archived
This topic is now archived and is closed to further replies.