php form issue

Hi,

I have created a website for my employer (using website realizer) but my php form will not show up (I get a 404 error). The page is there, i’ve tried creating other php files just to see if I would get another response but I don’t. Then I figured out i had to install PHP 5, which I did and made all of the required config changes for IIS. I’m still getting 404.

I am not a programer by any stretch of the imagination, so I may have done something wrong during the installation. I’ve been reading a lot of information that I don’t completely understand which is another problem. I used these instructions to install it;

http://www.php.net/manual/en/install.windows.manual.php

I don’t know if I’ve got fast CGI or not…I’m really at a loss. If anyone has any ideas I would love to hear them!!

Thanks,
Alanna

I think you might consider to try wampp server package

if you’re using Win 7 probably you’ll have to change the port for the localhost so it won’t conflig with IIS port
to do so go into wampp server icon select apache–>httpd.conf then change listen 80 into listen 81

put your web folder into c:\wampp\www

then in the browser try something like this:
http://localhost:81/

Sponsor our Newsletter | Privacy Policy | Terms of Service