<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=UTF-8" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Hi,<br>
<br>
I have a question about static export. I am going to use static export
for a site and this site generates some pages by using parameters.<br>
(for example, i have links like<br>
/foo.html?param=val1<br>
/foo.html?param=val2<br>
and so on.<br>
<br>
Opencms handles this by generating static files which have names
similar to:<br>
/foo_9587459443458.html<br>
/foo_9587f85344958.html<br>
<br>
This is very good, but now my question: what happens, if I publish my
site again and opencms starts to publish /foo.html<br>
Will then all files in the form foo_something.html also be deleted and
only be rebuild when opencms comes to the links like
/foo.html?param=val1<b>  ?</b><br>
<br>
This would be unfortunate, because then for a short time these pages
would be gone from the static copy of the site, which is served by
apache directly. <br>
Are files like /foo_9587459443458.html ever deleted from the file
system at all? (It wouldn't be such a big problem if they weren't, it
would be a bigger problem, if they were temporarily deleted while still
needed)<br>
<br>
Did anybody gather some experience with this?<br>
I have looked at the code and got the impression that with static
export after publish, things are only deleted, if a page has been
deleted from the VFS, which would be perfect for me. But I wanted to be
sure.<br>
<br>
thanks & regards<br>
christian<br>
</body>
</html>