SilverStripe is installed in a subfolder called /ss on my site.
I have a small index.html document in the server root www.laarrl.org/ that looks like this:
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title></title>
</head>
<body>
<script type="text/javascript">
window.location = "http://www.laarrl.org/ss/ "
</script>
</body>
</html>
This puts the site in context with SS and the index.php.
My problem is that when the site index.html is called the images do not display on the homepage - but if the www.laarrl.org/ss/ URL is used the images do display properly. What am I missing?
This problem was reported by a user on IE8 and my Windows Chrome browser worked fine. I am now checking FireFox and Chrome on Linux Mint 17.1 and it appears there as well. At first, I thought it was a problem with Chrome, but now all browsers have the same problem. This seems to be new since 3.1.10 since I have used SS since 3.1.8 and have not experience this problem before.