cc_au Posted July 1, 2004 Posted July 1, 2004 After much searching on this site and others, i still cant find the answer, so hopefully someone here can help me. i have an oscommerce 2.2ms2 installation, running via localhost on my apache installation on window xp box. /catalog/includes/languages/english/images/buttons is where the images are located. images are as per default install filenames. here is a copy of my config file define('HTTP_SERVER', 'http://localhost'); define('HTTPS_SERVER', ''); define('ENABLE_SSL', false); define('HTTP_COOKIE_DOMAIN', 'localhost'); define('HTTPS_COOKIE_DOMAIN', ''); define('HTTP_COOKIE_PATH', '/catalog/'); define('HTTPS_COOKIE_PATH', ''); define('DIR_WS_HTTP_CATALOG', '/catalog/'); define('DIR_WS_HTTPS_CATALOG', ''); define('DIR_WS_IMAGES', 'images/'); define('DIR_WS_ICONS', DIR_WS_IMAGES . 'icons/'); 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_DOWNLOAD_PUBLIC', 'pub/'); define('DIR_FS_CATALOG', 'c:/phpdev/www/catalog/'); define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . 'download/'); define('DIR_FS_DOWNLOAD_PUBLIC', DIR_FS_CATALOG . 'pub/'); where does the actual /buttons directory get defined? does everything look correct to you? any suggestions on how to get the buttons to display would be much appreciated!
gecko Posted July 2, 2004 Posted July 2, 2004 I had real trouble with this and removed all the htaccess files i could find and bingo it's all there. This is only a clue for you as i am only a novice. hope it helps gecko this time it'll go :-)
cc_au Posted July 2, 2004 Author Posted July 2, 2004 you little rippa! thanks so much for that! it works fine now! anyone know why htaccess stuffs up the buttons?
kasra1976 Posted July 2, 2004 Posted July 2, 2004 Hi Guys, Same problem here , Solution did not work for me ,thoese images still are not shown after removing .htaccess .. Can someone help please ? Regards Kasra
Sybari Posted July 15, 2004 Posted July 15, 2004 There is no .haccess on windows systems, if you delete de .haccess file nothing happens. Must be another solution.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.