What I want to do is try to get search engines to rescan my sitemap files (plain xml files stored on server). It did recently attempt to access it but it received a not modified response (HTTP status 304) from the server.
Is there any configuration setting I can apply to apache so that any future requests to successful xml files return HTTP status 200 (regardless of if the browser issues a if-modified-since or if-none-match header or not) instead of HTTP status 304?