Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

PHP+IIS 5.0=Problems

Status
Not open for further replies.

sikarius

Programmer
Dec 11, 2001
63
ES
Hi !

Well, let me explain my problem..... I've worked with PHP+PWS/APACHE+MSSQL 7.0 and i didn't have any problem. But now i need to migrated the system to Win2k and IIS 5.0, i configure win2k and IIS 5.0 and the testing page works very well but when i put my scripts into the iis only display the first page any link that call a php page doesnt work..... only display the first page again....

Please help me !!!!

Thank a lot
 
????

Have you configured your server properly?

To set up a new site in IIS 5, just do this:

1st Open the properties window of the default web server
2nd Go to Home Directory tab and hit configure
3rd seek for .ida and .idq and remove them (just for security avoiding attacks from code red)
4th Hit Add
5th Executable c:\php\php.exe %s %s (or where you have the php.exe) and extension is .php
6th Go to Documents tab and add index.php, select it and hit Move Up as many times as needed until it's in the first place (now index.php is the default file to look up)
7th aplly and ok and your server is configured.

If you still have problems, ask

Hugo Anikin
Hugo Alexandre Dias
Web-Programmer
anikin@ip.pt
 
Thanks .... i'll try it this evening thanks a lot for your reply.... :)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top