Just installed 1.3.2 on Windows 2000 / PHP 4.0.6 / Apache / MySQL.
The Home Page does show but all links refer to:
http://localhost/php/php.exe
For example:
http://localhost/php/php.exe?pagename=WikiWikiWeb
Any ideas on how to fix this?
Thanks.
Simon.
Never mind; the problem is fixed.
I had to define script_name in index.php to take care of the php/php.exe references.
define('SCRIPT_NAME', '/phpwiki/index.php');
Log in to post a comment.
Just installed 1.3.2 on Windows 2000 / PHP 4.0.6 / Apache / MySQL.
The Home Page does show but all links refer to:
http://localhost/php/php.exe
For example:
http://localhost/php/php.exe?pagename=WikiWikiWeb
Any ideas on how to fix this?
Thanks.
Simon.
Never mind; the problem is fixed.
I had to define script_name in index.php to take care of the php/php.exe references.
define('SCRIPT_NAME', '/phpwiki/index.php');