emiller Posted June 5, 2007 Share Posted June 5, 2007 Hello everyone. I'm going crazy here trying to figure out why my installation of PHP isn't working. I'd give up, but... I have too many applications that are coded in PHP. I have installed manually;Configured the .ini file;Changed the PATH;Given full control to all users on all files associated with the php files;Added a new web service extension;And anything else that you can imagine that I have read on the 50,000 different web tutorials. I'm running IIS 6 and attempting to install PHP 5.2. I had it working at one time, but the mail() function wouldn't work. So I attempted to reinstall. Bad idea.... Anyway, any help that anyone could provide me with would be greatly appreciated. EriK Quote Link to comment https://forums.phpfreaks.com/topic/54302-404-error-4013-error-iis-and-php/ Share on other sites More sharing options...
per1os Posted June 5, 2007 Share Posted June 5, 2007 IIS, wow....Any particular reason Apache wouldn't be a better solution? Anyhow, the mail function will not work on your own computer without some type of an SMTP program, which is also assuming your ISP does not block port 25. I would look into the SMTP settings for PHP and use a 3rd party smtp server for sending mail instead of trying to setup your own mail server. At anyrate, if this was an issue with Apache I could help more, but yea. IIS = teh devIL! Quote Link to comment https://forums.phpfreaks.com/topic/54302-404-error-4013-error-iis-and-php/#findComment-268507 Share on other sites More sharing options...
emiller Posted June 5, 2007 Author Share Posted June 5, 2007 IIS is my only choice. I'd rather run Apache but the place I work at is running IIS. SMTP is fully configured and port 25 isn't blocked. However, that's not my concern right now. I just want PHP up and running. Quote Link to comment https://forums.phpfreaks.com/topic/54302-404-error-4013-error-iis-and-php/#findComment-268532 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.