That seams a server redirection issue. Can you post your config.php file? You might also have to check the config of lighttp server.
I had the same problem when using $ScriptUrl = "http://myserver/wiki"; The server kept redirecting http://myserver/wiki to http://myserver/wiki/ When I chenged to $ScriptUrl = "http://myserver/wiki/"; it worked just fine. It shouldn't be a problem if you use 'http://myserver/pmwiki/pmwiki.php' but you might have to check your server config to see if it is redirecting that address to another one. Best regards, Américo Albuquerque Michael Schneider escreveu: > Hi, > > I've just installed pmWiki 2.1.27 on my server (lighttpd 1.4.18 and > php 5.2.5) and I have a weird behavior. (same behavior when I use the > current beta version) > > I can call http://myserver/pmwiki/pmwiki.php and it shows the pmWiki > page correctly. When I click on "basic editing" > (http://myserver/pmwiki/pmwiki.php?n=PmWiki.BasicEditing > ) it shows the same page as "http://myserver/pmwiki/pmwiki.php" does. > > Same on http://myserver/pmwiki/pmwiki.php?n=PmWiki.InitialSetupTasks > and all other links. > > When I click on "Edit" the normal editing Page opens and lets me edit > the site. > When I click on "Save" my changes disappear and the editing page > reopens. > > Seems that the parameters after http://myserver/pmwiki/pmwiki.php? are > ignored. > > Has anybody an idea where the problem is? > > Thanks, > Michael > > > > > > > my config.php: > > <?php if (!defined('PmWiki')) exit(); > $WikiTitle = 'PmWiki'; > $ScriptUrl = 'http://myserver/pmwiki/pmwiki.php'; > $PubDirUrl = 'http://myserver/pmwiki/pub'; > $DefaultPasswords['admin'] = crypt('password'); > $EnableGUIButtons = 1; > $EnableDiag = 1; > > _______________________________________________ > pmwiki-users mailing list > [email protected] > http://www.pmichaud.com/mailman/listinfo/pmwiki-users > _______________________________________________ pmwiki-users mailing list [email protected] http://www.pmichaud.com/mailman/listinfo/pmwiki-users
