Conor,

I am posting this here because you addressed a similar issues with another forum member (quoted below).

I am using zen cart 1.3.9h and ceon_uri_mapping_3.8.0_for_zc.

Everything is great with the website.

The problem is:

1. I have bots looking in the categories for my images and getting a 404 response

example:GET /category/images/medium/image.jpg



2. My cache at Google in Internet Explorer is looking for the stylesheet at Google

example:
webcache.googleusercontent.com/includes/templates/custom/css/stylesheet.css

and the images in the category

example: example.com/category/images/image.jpg





The cache in Firefox renders the stylesheet and the images correctly



This is only related to the URI Mapping module to the extent that I am using static URIs. Again my site works fine.

I appreciate your time and I know this is slightly off topic but could you tell me what file(s) I could make the changes you mentioned in the quote below?

Quote Originally Posted by conor View Post
You cannot use relative paths with static URIs!

You must change the path to your stylesheets and images to be the full path, starting with a slash (/).

Or you can set the "base href" for your site.

ceon