| <rule> |
| <name>filenamecheck</name> |
| <condition type="request-filename" operator="isfile"/> |
| <from>/check-uw-config-exists.txt</from> |
| <set name="test1">file exists!!!</set> |
| <to>/test-set.jsp</to> |
</rule> The rest should be quite straightforward, right? (As you probably don't want RewriteCond %{REQUEST_FILENAME} !-d , as it will only allow directory listning etc.)
Hope this helps, David Mulder |