Question 1:
I would like to make the index.html web page auto-update by adding the line:
<meta http-equiv='refresh' content='120'>
If I add it to the index file in the Apache2's www root it is overwritten at each report (of course). If I add it to /home/weewx/public_html/index.html it oddly never gets written to index.html hosted by Apach2. Where should this simple line of code be inserted? What am I doing wrong?
Question 2:
If I move Apache2's www root, how and where do I modify weewx config to write to the new location? I figured this out once before but forgot the solution. I also forgot how to move the Apach2 www root.
Bill