Of course, I have read the manual, and all other pages returned by google that may be relevant to this problem. How it is possibly correct or intended behavior that every relative URL is broken?? I am saying relativeURLs=true produces nothing but broken url when used in conjunction with multilanguage. Finally, when adding defaultContentLanguageInSubdir=true even the default language has broken relative urls.
Adding multilanguage shifts the content one folder up into language subfolders such as en and fr, but relativeURLs=true does not compensate for this shift and still point to the root folder. Every relative Url return 404.
is it intended behavior that relativeURLs rewrites to the parent folder of the file, instead of where the file actually is - thus producing a 404 error on every URL?
You seem to be answering that yes - 404 errors on every URL is correct, welcomed, and intended behavior.
Is it your official position that every relative url of a multilingual website should be 404?