I'm sure there must be a very simple answer to this question but I can't see it at the moment.
I have a number of web pages that are generated 'on the fly' by a python script which is basically a wrapper for rst2html.py with a few goodies of my own added in.
I have added index.rst to the DirectoryIndex directive in my apache configuration file so that the index.rst file (if present) is automatically converted to HTML and displayed when you give the URL for a directory.
However this means (at present anyway) that if I change the index.rst file apache doesn't refresh the display when you click on refresh, it only sees the change if you force update by holding shift down when clicking on refresh.
Is there any way around this problem where the displayed file is 'virtual' and the originating file name is not in the URL?