I have a redirect in my htaccess to a php file, however I am trying to see
if the redirect works from css, by this code
body{background-image:url(http://www.example.com/redirect1.html); should
redirect to
(http://www.example.com/redirect1.php); but for some strange reason doesn't
work in the css, does anyone know what is wrong?