Menu

http://localhost/php/php.exe?

Help
2001-12-29
2012-10-11
  • Simon de Kraa

    Simon de Kraa - 2001-12-29

    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.

     
    • Simon de Kraa

      Simon de Kraa - 2001-12-30

      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.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.