Hello Michael,
in the default_file property you can only specify a file within the same package in which the .xsaccess file lays.
In the index.html file (or the file you defined as default file) you can do following to make a "forward".
<html> <head> <script> window.location = "ui/index.html"; </script> </head></html>
Best Regards,
Florian