<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
--></style>
</head>
<body class='hmmessage'>
Regarding the issue below the line, for the archives:<br><br>The actual error message was -<br>HTTP 405 - Resource not allowed<br><br>Apparently IIS4 and 5 don't like POST requests that end in a slash /<br><br>The login_top file specifies the POST action as "", IOW to post back to itself.<br>Once index.php is specified as the default directory page however, the server sees the postback URL as www.domain.com/install_dir/&nbsp; <br><br>So upon submit of index.php, it is posting as a URL ending in /<br><br>Solution:<br>In login_top, change the action="" to action="index.php"<br><br>Dave <br><br><br><br>=============================================<br>And here's another interesting one.<br><br>I added index.php to the default directory page setting so<br>http://www.domain.com/install_dir/<br>would execute without having to type the additional "index.php"<br><br>But when I hit logout now, I get a "Virtual directory listing denied" error.<br>So the internal scripts must kill the session and redirect back to the install directory, but it acts as if it does not recognize the default page anymore.<br><br>Weird, but true.<br><br><br>                                               <br><hr>Windows 7: I wanted simpler, now it's simpler. <a href="http://www.microsoft.com/Windows/windows-7/default.aspx?h=myidea?ocid=PID24727::T:WLMTAGL:ON:WL:en-US:WWL_WIN_myidea:112009">I'm a rock star.</a>                                               <br /><hr />Hotmail: Trusted email with powerful SPAM protection. <a href='http://clk.atdmt.com/GBL/go/177141665/direct/01/' target='_new'>Sign up now.</a></body>
</html>