apt42
2-15-07, 01:37 AM
Thanks to folks in another thread, I got some advice on how to set up SSI includes for my site, having one file that was brought in from the top level to all folders, being told the following:
<!-- #include virtual ="/test.shtml" -->
If the included file is in the /folder directory as well, then you would use the following:
<!-- #include virtual ="/folder/test.shtml" -->
Going by the above, I set up my left hand info/navigation section as an SSI and referenced it using the first option, the file being located directly under htdocs, the calling files under folders (news, biography etc)
Can anyone tell me why, if I've updated the file being called, that not all pages are pulling the recent version, but still showing the data from an old version? How do I fix, please?
For example, my news page shows the most recent version (the amount in 'funds raised' section is showing the latest $$):
http://www.michaelshanks-online.com/news/index.shtml
If you go to the biography page, it is pulling up the old file, even though the file is located in the same place.
Help please? :confused:
Mon
<!-- #include virtual ="/test.shtml" -->
If the included file is in the /folder directory as well, then you would use the following:
<!-- #include virtual ="/folder/test.shtml" -->
Going by the above, I set up my left hand info/navigation section as an SSI and referenced it using the first option, the file being located directly under htdocs, the calling files under folders (news, biography etc)
Can anyone tell me why, if I've updated the file being called, that not all pages are pulling the recent version, but still showing the data from an old version? How do I fix, please?
For example, my news page shows the most recent version (the amount in 'funds raised' section is showing the latest $$):
http://www.michaelshanks-online.com/news/index.shtml
If you go to the biography page, it is pulling up the old file, even though the file is located in the same place.
Help please? :confused:
Mon