Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

None out of box Images working


Guest

Recommended Posts

I've read the posts on searching for this problem, and have followed recomended actions. But my situation is a little different than some.

I run my servers from my residense, and when I set up OSC and put it in production every thing works like a charm. All images show up. From Home network.

 

Now when I go to work and go to my site (out of my home network (No Firewalls!)) all the out of box images do not show up. The functions and links work just fine, it is that all I see is red x's?

 

All my permissions are configured ok.

 

So from work when I do a direct path to the image it works ok.

When I right click for properties this is what I get:

"http:///images/header_account.gif"

 

Here is a link to one of my sites in question: http://www.HostAnchor.com

 

Here is My configure.php in catalog/includes/

 

// Define the webserver and path parameters

// * DIR_FS_* = Filesystem directories (local/physical)

// * DIR_WS_* = Webserver directories (virtual/URL)

define('HTTP_SERVER', 'http://www.hostanchor.com'); // eg, http://localhost - should not be empty for productive servers

define('HTTPS_SERVER', ''); // eg, https://localhost - should not be empty for productive servers

define('ENABLE_SSL', false); // secure webserver for checkout procedure?

define('HTTP_COOKIE_DOMAIN', 'www.hostanchor.com');

define('HTTPS_COOKIE_DOMAIN', '');

define('HTTP_COOKIE_PATH', '/');

define('HTTPS_COOKIE_PATH', '');

define('DIR_WS_HTTP_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', '/Library/WebServer/Documents/HostAnchor/catalog/');

define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . 'download/');

define('DIR_FS_DOWNLOAD_PUBLIC', DIR_FS_CATALOG . 'pub/');

 

If you need any more info pleas let me know.

 

Thanks for any help.

Billy Jack

Link to comment
Share on other sites

define('HTTP_COOKIE_PATH', '/catalog/');

 

define('DIR_WS_HTTP_CATALOG', '/catalog/');

 

Ok,

 

I did as suggested and it did not work.

What happened with your suggestion was that put "catalog" after Shop.BnaiNoach.com/catalog.

The linked pages were not found. To access the site Shop.BnaiNoach.com thats all there needs to be, not with the catalog.

 

What other suggestions can I try.

When you access this site do you see the out of box graphics? or are they missing with a red x?

Perhaps my work place may be the problem.

 

Thanks

Link to comment
Share on other sites

Ok,

 

I did as suggested and it did not work.

What happened with your suggestion was that put "catalog" after Shop.BnaiNoach.com/catalog.

The linked pages were not found. To access the site Shop.BnaiNoach.com thats all there needs to be, not with the catalog.

 

What other suggestions can I try.

When you access this site do you see the out of box graphics? or are they missing with a red x?

Perhaps my work place may be the problem.

 

Thanks

 

Just so every one will know, for some reason the problem disappeared?

Thanks for your help.

BJ

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...