after installation the links will be displayed as follows:
http://www.mypage.com/pathto/index.php/pathto%2Findex.php?action=edit
but it should display as followd:
http://www.mypage.com/pathto/index.php?action=edit
what has gone wrong? i habe installed phpwiki with mysql as database. version of phpwiki is 1.3.2 thanx for your help
regards bernd
you should set the VIRTUAL_PATH in index.php
it work for me for the edit button
for no problem :
define('USE_PATH_INFO', false);
Log in to post a comment.
after installation the links will be displayed as follows:
http://www.mypage.com/pathto/index.php/pathto%2Findex.php?action=edit
but it should display as followd:
http://www.mypage.com/pathto/index.php?action=edit
what has gone wrong? i habe installed phpwiki with mysql as database. version of phpwiki is 1.3.2
thanx for your help
regards
bernd
you should set the VIRTUAL_PATH in index.php
it work for me for the edit button
for no problem :
define('USE_PATH_INFO', false);