So, as part of my quest to upgrade from 2.6 to 4.1 I’ve created an
installation with the invocation:
typo install /home/rodgerd/typo-4.1.1 threads=4 port-number=4040
url-prefix=/~rodgerd bind-address=127.0.0.1 database=postgres
So, if I go to http://localhost:4040/ I get a 404, as one would
expect; if I visit http://localhost:4040/~rodgerd/ I get my blog page.
Here’s the problem: the links are screwed up. Clicking on an article
title or the “read more” link shows the link has been generated
without the url-prefix; likewise the sidebar categories. The
archives, on the other hand, are correct and take me to the list of
articles for that month.
Is this a config problem, or are chunks of 4.1.1 code base broken?