knott Posted November 9, 2006 Share Posted November 9, 2006 Manufactuers logo images... the image uploads ok from the admin pannel... but for some reason its uploading it into the general images folder of my site - eg www.mysite.com/images when I need them to go to www.mysite.com/shop/images any ideas? Many thanks Link to comment Share on other sites More sharing options...
ComicWisdom Posted November 9, 2006 Share Posted November 9, 2006 Manufactuers logo images...the image uploads ok from the admin pannel... but for some reason its uploading it into the general images folder of my site - eg www.mysite.com/images when I need them to go to www.mysite.com/shop/images any ideas? Many thanks You need to go to the admin/includes/configure.php file and change the directory for your images folder. Just between us, remember there are only 10 kinds of people in the world; those who understand binary and those who don't!! Remember, learning is a "do-it-yourself" experience; although, not necessarily a "do-it-BY-yourself" experience. The quickest way to learn is to forget to BACKUP! Link to comment Share on other sites More sharing options...
knott Posted November 9, 2006 Author Share Posted November 9, 2006 Hi, many thanks for the response - I've been to my admin/includes/configure.php and tried adding the shop part to the path but must have it on the wrong line as it doesn't seem to work.... can you tell me which line I have wrong? - define('DIR_WS_ADMIN', '/admin/'); define('DIR_FS_ADMIN', DIR_FS_DOCUMENT_ROOT . DIR_WS_ADMIN); define('DIR_WS_CATALOG', '/'); define('DIR_FS_CATALOG', DIR_FS_DOCUMENT_ROOT . DIR_WS_CATALOG); define('DIR_WS_IMAGES', 'images/'); define('DIR_WS_ICONS', DIR_WS_IMAGES . 'icons/'); define('DIR_WS_CATALOG_IMAGES', DIR_WS_CATALOG . 'images/'); define('DIR_WS_INCLUDES', 'includes/'); define('DIR_WS_BOXES', DIR_WS_INCLUDES . 'boxes/'); define('DIR_WS_FUNCTIONS', DIR_WS_INCLUDES . 'functions/'); define('DIR_WS_CLASSES', DIR_WS_INCLUDES . 'classes/'); define('DIR_WS_MODULES', DIR_WS_INCLUDES . 'modules/'); define('DIR_WS_LANGUAGES', DIR_WS_INCLUDES . 'languages/'); define('DIR_WS_CATALOG_LANGUAGES', DIR_WS_CATALOG . 'includes/languages/'); define('DIR_FS_CATALOG_LANGUAGES', DIR_FS_CATALOG . 'includes/languages/'); define('DIR_FS_CATALOG_IMAGES', DIR_FS_CATALOG . 'images/'); define('DIR_FS_CATALOG_MODULES', DIR_FS_CATALOG . 'includes/modules/'); define('DIR_FS_BACKUP', DIR_FS_ADMIN . 'backups/'); Link to comment Share on other sites More sharing options...
knott Posted November 10, 2006 Author Share Posted November 10, 2006 Can anyone help? Thankyou Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.