I am using $_POST, header, and mail, php functions in my php file. Yet when I try to access the page containing these commands I get a "This Page Cannot Be Found" error http://www.northwestmotor.com/contact/MailingList_Submit.php Probably a PHP setting or upgrading IIS? Thanks
It can't be any of the commands so it might be some sort of directory mapping because I even deleted all of the content in the file and it still gives the same error.
Try changing action=\"contact/MailingList_Submit.php\" to action=\"MailingList_Submit.php\" When the form is submitted the action fails because your script is looking for /contact/contact/MailingList_Submit.php.
Thanks, that's a start. Sill the file MailingList_Submit.php errors though. i was doing some code removal and found out that the php 'header' command is causing it. Not sure how to make it work though. thanks
I got it working. You were right about it being a url issue. I had the URL incorrect in the header statement.