Hi,

Quote Originally Posted by alan145 View Post
I found that, it seems that after installing Ceon Url, the web doesn't use some of the CSS files.
Your problem is that you are using URI Mapping to have static URIs but your pages are still using relative paths to CSS files. You must change all your paths to using absolute/static URIs.

e.g.

/includes/templates/lightinthebox/css/style_imagehover.css

instead of

includes/templates/lightinthebox/css/style_imagehover.css

(Note the line starts with a slash and is the full path).


Within CSS files you must use absolute paths as well. So instead of

background:url(../images/icoBg.gif)

you must use

background:url(/includes/templates/lightinthebox/images/icoBg.gif)

Quote Originally Posted by alan145 View Post
Thanks and haappy a Gooooood Happy New Year!
Thanks.. Happy New Year to you too!

All the best...

Conor
ceon