Jump to content

Recommended Posts

Posted

Hi

 

We have a webserver, i am setting up a new PHP based website. The current site is HTML so there is no software installed required for PHP.

 

I have installed MYSQL & PHP V5 and i still can't get the PHP based software to work.

 

It is running Server 2003 with IIS webserver.

 

Any suggestions please?

 

Z

Posted

Use linux and apache. You will have nothing but problems with IIS, especially if your new to it.

 

Besides 99.99999% of the documentation for web stuff is for linux anyway

Posted

Well we already have a current webserver all setup running an HTML site so my Network Manager would want to keep that one running.

 

Z

Posted

Well my boss would rather keep it as it is. I would move to apache but if it can be done in IIS i would rather do it in that before I move it over.

 

Z

Posted

404 page not found is basically that, it can't even find the page you're trying to access, which means whatever page you're trying to call up doesn't exist in the right place on your server. Double check where your PHP files are on your server, and that the folder(s) they are in are published correctly in IIS.

 

Mike.

Posted

I'm presuming you calling pages up leaving off the extension .php, so it could be that PHP hasn't added its self to IIS correctly. Try calling up the page with the .php on the end of your URL and see what happens. IIS will probably just serve you the raw contents of the page, meaning that IIS isn't aware of PHP. If this is the case, try removing and re-installing PHP.

 

Mike.

Posted

Hi,

 

Have you actually configured IIS to work with PHP or simply downloaded and installed PHP? It's not that easy to get php running with IIS as its a typical microsoft product.

 

I'd recommend installing xampp, you could do this with a few minutes downtime to your website. If you insist on going down the IIS route a quick googling comes up with loads of howto's.

 

See about 1/2 way down this page http://shabbir.hassanally.net/blog/2007/10/16/howto-installing-mysql-php-and-phpmyadmin-on-iis-part-3-php/

 

Regards

Posted
I've never liked all the extras that came with XAMPP. I used to use it myself until I discovered WAMP, basically it's the same product(s) at the end of the day so difficult to destinguish between the two.
Posted

I decided to move over to Apache using Apache2Triad its works flawlessly and it is so easy to install.

 

As for IIS i have only one thing to say, the day Microsoft makes something that doesn't suck, will be the day they start to make vacume cleaners.

 

Z

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...