From: Matti A. <ma...@ik...> - 2002-11-01 00:36:39
|
pe, 01-11-2002 kello 00:00, Jeff Dairiki kirjoitti: > Try the setup described at > http://phpwiki.sourceforge.net/phpwiki/PrettyWiki > > If that works for you, I'll change the comments in index.php. > (I probably should have done that a while ago...) OK, the settings below seem to be minimum settings with which I can get it to work. It's notable that the comment in index.php suggests that USE_PATH_INFO is by default true. Well, this is not quite true. :-) /.htaccess: <Files wiki> AcceptPathInfo on ForceType application/x-httpd-php </Files> /phpwiki/index.php: $include_path = '.:phpwiki'; if (!defined('PHPWIKI_DIR')) define('PHPWIKI_DIR','/var/www/mairas.net/html/phpwiki'); if (!defined('USE_PATH_INFO')) define('USE_PATH_INFO', true); m. |