I\'m using Yii framework and have a CSS file that uses some images for background and similar.
Other PHP code can use Yii::app()->request->baseUrl to prefix the resource
You may try using semi-relative paths that start with "/". Like "/images/image1.jpg".
This are always relative to the root of the website.
Regards