Last modified: 2010-05-15 15:33:55 UTC
Enter the install page, enter in all the necessary page. Click Submit Page displays error "The page cannot be displayed" WIMP environment (more of error) The page you are looking for cannot be displayed because the page address is incorrect. Please try the following: * If you typed the page address in the Address bar, check that it is entered correctly. * Open the localhost home page and then look for links to the information you want. HTTP 405 - Resource not allowed Internet Information Services Technical Information (for support personnel) * More information: Microsoft Support
WIMP (Windows XP Professional, IIS 5.1, MySql 4.1.10, PHP 4.3.11)
Changing: <form method="post" name="config"> TO: <form action="index.php" method="post" name="config"> Solves this BUG.
Fixed in CVS HEAD, config/index.php, rev 1.115