T
Trevor Lawrence
I have a site with FP includes - see URL below
All these pages include sidebar.html
album.html
about.html
contacts.html
events.html
index.html
I have amended sidebar.html and published all the above several times, but
only index.html shows the updates, whereas the others do not (as evidenced
by the action of the pages and View Source)
The latest change is very minor but it can be seen quite clearly. The
included file
sidebar.html has this at line 108
<a id="flink"
href="testpage.html"
target="_self">
</a>
But the old code is still present on events.html at line 116
<a id="flink"
href="testpage.html"
target="_self">No Title
</a>
It HAS been updated on index.html line 131
<a id="flink"
href="testpage.html"
target="_self">
</a>
I thought maybe it is caching but all 5 pages have this code in the <head>
<meta http-equiv="cache-control" content="no-cache">
What is wrong and how do I fix it ?
P.S. Just to confuse even further, I have now exited FP and looked the files
in a text editor and now they ARE changed .
So is it caching and how do make sure that the latest page is loaded every
time ?
All these pages include sidebar.html
album.html
about.html
contacts.html
events.html
index.html
I have amended sidebar.html and published all the above several times, but
only index.html shows the updates, whereas the others do not (as evidenced
by the action of the pages and View Source)
The latest change is very minor but it can be seen quite clearly. The
included file
sidebar.html has this at line 108
<a id="flink"
href="testpage.html"
target="_self">
</a>
But the old code is still present on events.html at line 116
<a id="flink"
href="testpage.html"
target="_self">No Title
</a>
It HAS been updated on index.html line 131
<a id="flink"
href="testpage.html"
target="_self">
</a>
I thought maybe it is caching but all 5 pages have this code in the <head>
<meta http-equiv="cache-control" content="no-cache">
What is wrong and how do I fix it ?
P.S. Just to confuse even further, I have now exited FP and looked the files
in a text editor and now they ARE changed .
So is it caching and how do make sure that the latest page is loaded every
time ?