Kimbot Posted March 9, 2004 Share Posted March 9, 2004 :blink: Hi all. I had a problem before with the installation running but the osc package not working properly afterwards. Links from main page returned 404 File Not Found and the format and images were missing. The Admin panel did not work, links returned 404. I had posted and was advised (thank you) to check the following code: In catalog/includes/configure.php set: CODE define('DIR_WS_HTTP_CATALOG', '/catalog/'); while you are there, also check: CODE define('DIR_FS_CATALOG', 'YOUR_FILE_SYSTEM_PATH/catalog/'); I did this and it fixed the osc pakcage online, BUT the Admin is still returning 404 errors on all links from it. If anybody could take a (another) look and let me know what you think I am doing wrong and how to fix it. The "shop" is at http://www.fairydreams.net/catalog/ Admin is at http://www.fairydreams.net/catalog/admin/ Cheers! Kim Grant Carter - Koh Samui - Thailand "This sentence is not true." Link to comment Share on other sites More sharing options...
Guest Posted March 9, 2004 Share Posted March 9, 2004 Hi Kim, The links are trying to go to admin/... instead of catalog/admin/... , so check the admin/includes/configure.php file and make sure the path is correct (that it includes the catalog directory before the Admin directory). Hope that helps, :D Violet Link to comment Share on other sites More sharing options...
Kimbot Posted March 9, 2004 Author Share Posted March 9, 2004 :D OK, that fixed it. Thank you to Johnson and Violet for the assist. As you can see, I am just learning this stuff. So I see now that you have to tweak several config.php files here 'n there. Regards Kim Grant Carter - Koh Samui - Thailand "This sentence is not true." Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.