From: Reini U. <ru...@x-...> - 2009-04-03 11:17:54
|
2009/4/2 Peter Schütt <pet...@ps...>: > I want to use phpwiki on an dyndns-Server. > You can see it here: > http://pschuett.dyndns.org:10001/wiki/ > > But the links are generated in this way: > e.g. > http://[pschuett.dyndns.org:10001]/wiki/index.php?pagename=DebianProject > and this does not work. > > Perhaps someone can explain this behaviour und how > to solve this problem. You can override the detected settings with: SERVER_NAME = pschuett.dyndns.org SERVER_PORT = 10001 SERVER_PROTOCOL = http -- Reini Urban http://phpwiki.org/ http://murbreak.at/ |