From: Laurent M. <l.m...@ch...> - 2002-03-21 22:09:37
|
Hello, I'm running under W2K SP2 , IIS5 and PHP 4.1.2 I have tried version 1.2.2, works like a charm. Then I wanted to try version 1.3.3. The offical version (not the daily snapshot) doesn't work. I can install it, configure it but I keep getting the same problem. On the first page, if I click on any link, it try to find a new url that doesn't exist. Ie: Original page : http://www.myhost/phpwiki/index.php Selecting to edit the first page should return me : http://myhost/phpwiki/index.php?action=edit But I'm getting: http://myhost/phpwiki/index.php/phpwiki/index.php?action=edit I didn't change any web seting or PHP setting... Any idea ? Tried also with the latest snapshot but I get a parse error (missing ')' ) in index.php around line 223 even in the original file before any change. Thanks Laurent. |