Hi.
I have a set of HTML files which link to each other, with relative URLs. So you can open them with any browser (using a file:// URL) and navigation works, no matter where you put the files (provided you respect their relative paths).
But, if i import the directory containing these HTML files into DT Pro 2, imported files are distributed among a set of new subdirectories inside the database, breaking the links between them… e.g., say foo.html has a link to bar.html in the same dir; it can happen that foo.html is stored as /a/foo.html and bar.html as /b/bar.html, which breaks the link from foo to bar.
Is there any work around this problem?