bmikle wrote in apache

FilesMatch

Hi!

I have record

<FilesMatch "[^~]*">
...
</FilesMatch>

in my .htaccess file. Writing it, I tryed to match only requests, that do not contain "~". But it does not work - for example, request "/~aaa" match this rule. Don't anybody know why?

Thanks in advance, Michael.

P.S. I have Apache/1.3.31 (Win32)