| > The issue is that I do not want to generate .html
> files from the other pages of the web site. Only for
> the destatques.asp.
> How can I do it?
Use filters, such as:
-* +www.yoursite.com/*destatques.asp*
You may also use MIME/type "fast recognition" so
that ".asp" can be always considered as "text/html" (--
assume asp=text/html in the commandline version, or
asp <-> text/html with the interface)
| |