Hi Richard,
You shouldn't exclude any Zen Cart pages from the mapping using htaccess rules.
That means that this module isn't built to work with *static* URIs.. it must be using relative URIs. Change all of its link generation functionality (and links to CSS/JS files) to use *full* static paths instead of relative paths and it will then be compatible with your new static-URI based site! :)
E.g. this is wrong:
includes/templates/css/my_css_file.css
This is right:
/includes/templates/css/my_css_file.css
All the best..
Conor
ceon
Bookmarks