bcoffin Posted September 14, 2007 Share Posted September 14, 2007 Why is it that on IIS I can't do: <form method="POST" action="http://www.domain.com/form/" but rather have to do: <form method="POST" action="http://www.domain.com/form/index.php" ? Is there a config setting in IIS to assume the index.php? It's assuming it for the root directory... http://www.domain.com/ loads http://www.domain.com/index.php But not for my form actions. Ideas? Quote Link to comment https://forums.phpfreaks.com/topic/69407-iis-form-actions/ Share on other sites More sharing options...
wildteen88 Posted September 15, 2007 Share Posted September 15, 2007 Have a read of this post. You must add index.php to the Indexes. Quote Link to comment https://forums.phpfreaks.com/topic/69407-iis-form-actions/#findComment-348993 Share on other sites More sharing options...
bcoffin Posted September 15, 2007 Author Share Posted September 15, 2007 Hi wildteen. That works fine for the default document, but unfortunately it has no effect on the form actions. I still need to put the full path in the form actions (http://www.domain.com/form/index.php, not http://www.domain.com/form/) to get the form to find the right location. Quote Link to comment https://forums.phpfreaks.com/topic/69407-iis-form-actions/#findComment-349177 Share on other sites More sharing options...
wildteen88 Posted September 16, 2007 Share Posted September 16, 2007 Not sure then. I have limited experience with IIS. I thought that might of been the problem. Quote Link to comment https://forums.phpfreaks.com/topic/69407-iis-form-actions/#findComment-349588 Share on other sites More sharing options...
bcoffin Posted September 19, 2007 Author Share Posted September 19, 2007 Okay.. thanks for looking. Quote Link to comment https://forums.phpfreaks.com/topic/69407-iis-form-actions/#findComment-351281 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.