Sorry for the wrong title: It should be CSS Problem: Background images are NOT showing Just learing CSS and working on my new site http://www.wcc-2007.info/ I am using a free template. It was working fine on pc but when uploaded to server, background images are disapeared and not showing. Please guide me.
Accessing one of the images directly, http://www.wcc-2007.info/images/icon.jpg, you get errors instead of the image. Did you upload the images folder, it looks like either you didn't or the web server can't access it.
Ok, the images are there but if you click any of them you get an HTML page along with some PHP errors rather than the image. My guess is you have something configured in .htaccess to process all requests through a PHP script file rather than serving up the image directly.
Yes that is what may be. Actually .htaccess contains script for mod rewrite. which works like this: www.mydomain.com/indes.php?p=abc&q=xyz to www.mydomain.com/abc/xyz
If you remove/rename .htaccess you should be able to then view the images, that being the case then it's just a question of rewriting the rules in .htaccess to not affect images. You'd need to post the contents of .htaccess for anyone to be able to help with that.