RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule .* /news/index.php [L]
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule .* /index.php [L]
.testheader {
background-image: url('images/test.png');
}
.testheader {
background-image: url('./images/test.png');
}
.testheader {
background-image: url('http://domain.com/images/test.png');
}