arri - 2005-05-04

hi,
i'm trying to create an xhtml dump of our wiki, which seems to work fine.
but many of the pages created, and also the links to them in other files contain url-encoded forward slashes. this render the links useless when browsing the xhtml-dump in a browser.

for example:
PhpWikiAdministration%2FPhpWikiAdministration%2FAllUsers.html
which a browser will see as:
PhpWikiAdministration/PhpWikiAdministration/AllUsers.html

ofcourse this will not work properly. is there anyway to prevent this? or am i doing something wrong here?

i'm using PhpWiki 1.3.4 with PHP 4.3.10 on debian

i want to upgrade the wiki to the newest stable version, would that fix this problem?

i am afraid that importing the database-dump will generate similair problems, since also the database-dumpfiles have these encoded slashes in their filenames. will this be a problem?

thanks
arri