At Wed, 16 Nov 2011 11:49:30 +0000, Barry Samuels wrote:
I have set up a second virtual site on my computer so that I can use www2 instead of www because that's already used and I want to keep it separate.
This may be a red herring.
If I access this page with a web browser as a file i.e. file/// it works as expected, although I have to change the src= path to include / var/www2, but if I access it using http:// it doesn't update and if I use 'view/page source' I see that:
<meta http-equiv="refresh" content="10" >
has been replaced with:
<link rev="x-refresh" href="" >
Why should that happen?
What browser? I assume you've tried others?
What does:
$ curl http://www2.foo.bar/baz.html
look like? And what if you disable some content filtering plugins in your $browser?
Best, Richard