Hi,
Just recently upgrade to 1.6 stable and noticed that when switching between pages under /scp the page would continue to keep loading something. I've checked my web server logs and found:
File does not exist: /****/public_html/404.shtml, referer: http://www.mydomain.co.uk/ithelpdesk/scp/css/main.css(http://www.mydomain.co.uk/ithelpdesk/scp/css/main.css)
File does not exist: /****/images/bg.gif, referer: http://www.mydomain.co.uk/ithelpdesk/scp/css/main.css(http://www.mydomain.co.uk/ithelpdesk/scp/css/main.css)
File does not exist: /****/404.shtml, referer: http://www.mydomain.co.uk/ithelpdesk/scp/css/login.css(http://www.mydomain.co.uk/ithelpdesk/scp/css/login.css)
File does not exist: /****/images/bg.gif, referer: http://www.mydomain.co.uk/ithelpdesk/scp/css/login.css(http://www.mydomain.co.uk/ithelpdesk/scp/css/login.css)
You just need to edit main.css and login.css under /scp/css/ and change:
background(/images/bg.gif) #fff;
to
background(../images/bg.gif) #fff;
for login.css
and
background(../../images/bg.gif) #fff;
for main.css