45a46
> var raw_uris = &false;
478c479,481
< 	else match find_url_file r.res {
---
> 	else {
>         var url = if *raw_uris then "/" else r.res;
>         match find_url_file url {
501a505
>     }
519a524
> 		("-raw", Args.Void (function() { raw_uris := true }) , "<raw_uris> : pass raw uris to index.n");
