Guest Posted December 29, 2002 Posted December 29, 2002 Hi, i got this page almost done when im talking design. What do you guys think? http://crasy.gotdns.com/catalog/ I think i got a little problem though, people cant see pictures, even the path to pictures is correct. How to i fix this? Have checked my configure.php many times but it still wont work. Configure.php right now: define('HTTP_SERVER', 'http://192.168.0.15'); // eg, http://localhost - should not be NULL for productive servers define('HTTPS_SERVER', '192.168.0.15'); // eg, https://localhost - should not be NULL for productive servers define('ENABLE_SSL', false); // secure webserver for checkout procedure? define('DIR_WS_CATALOG', '/catalog/'); // absolute path required define('DIR_WS_IMAGES', 'images/'); define('DIR_WS_ICONS', DIR_WS_IMAGES . 'icons/'); Everything works perfect on my LAN, but not over internet and if you see the path to the pictures its also correct. Got a linux firewall here, port 80 opened and forwarded to 192.168.0.15. It should work?
dreamscape Posted December 29, 2002 Posted December 29, 2002 no because our machines do not see 192.168.0.15 as a valid address... only your machine does... change your HTTP server to http://crasy.gotdns.com that should work because I typed in http://crasy.gotdns.com/catalog/images/logo.gif and the image showed: The only thing necessary for evil to flourish is for good men to do nothing - Edmund Burke
Guest Posted December 29, 2002 Posted December 29, 2002 thanks alot m8!! im just so used to LAN now ;)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.