Hi Conor,
Hoping you can help with my issues/s (I'm sure you can..:D)
I'm running a Test Cart of ZC 1.3.9c on PHP3 as I will be updating an existing cart with the latest and greatest very soon.
I have installed 3.6.2 and have followed the instructions carefully.
The install appears to have been successful, as I can configure URI's via Admin.
To test that URI's were working, I edited one product in a category, and created the URI.
I then went and viewed that product to check the results.
This is when I noticed the odd behavior.
As you can see by the images supplied, with URI on, the images disappear, with URI off, all is good..
It only affects the product that I mapped.
All other pages are fine with images and header displaying correctly.
My store is located in wamp/www/zencart/
I did not have a htaccess file here, So I have created one and it is in my zencart folder and is as follows.
*RewriteEngine On
ONLY rewrite URIs beginning with /shop/
RewriteCond %{REQUEST_URI} ^/zencart/ [NC]
Don't rewrite any URIs ending with a file extension (ending with .[xxxxx])
RewriteCond %{REQUEST_URI} !.[a-z]{2,5}$ [NC]
Don't rewrite admin directory
RewriteCond %{REQUEST_URI} !^/zencart/xxxxxxxx[NC]
Don't rewrite editors directory
RewriteCond %{REQUEST_URI} !^/zencart/editors [NC]
Don't rewrite cPanel directories
RewriteCond %{REQUEST_URI} !/cpanel [NC]
RewriteCond %{REQUEST_URI} !/frontend [NC]
Handle all other URIs using Zen Cart (index.php)
RewriteRule .* index.php?%{QUERY_STRING} [L]*
(My Admin has been renamed (zencart/xxxxxx))
I also checked my css files and this is where I got a little confused, as I'm sure that's where my problems lies..
My images are currently referenced as per usual,
**
*url("../images/body_bg.gif")
I attempted to change all references to ("zencart/includes/templates/Lite Blue/images/xxxxxx), as I read an earlier post that suggested this needed to be done..
All I succeeded in doing was making it worse, and it removed all my sidebox headers and my main header, as you can see by image named URI On CSS edited
So I'm not sure what I have done wrong, or more likely not done right (if that makes sense..!!)
So I hope you can help...
Many thanks,
Mike