|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
||||
|
||||
|
IIS and new sites
I am a noob to IIS.
I've set up a web site, through the wizard. I am using php with the IIS. When I type in http://myipaddress i get a 400 error How can I make sure php is up an running properly? What are some of the steps? How can I set up IIS to server the web site, further than what i've done? Thanks for the help, Kris |
|
#2
|
|||
|
|||
|
First, all the instructions for installing and configuring php on iis come from php.
You probably need to set a default document for index.php assuming you have an index.php file in your directory. Then a simple <?php phpinfo(); ?> page will let you know if php is running. Look for help on php.net.
__________________
====== Doug G ====== "Hide, hide witch! The good folk come to burn thee. Their keen enjoyment hid behind their gothic mask of duty." -Mark Clifton |
|
#3
|
||||
|
||||
|
What do you mean, set a default document?
|
|
#4
|
|||
|
|||
|
Quote:
Try accessing http://myipaddress/mypage.php for example: http://myipaddress/index.php If this works then this is default document issue. To set default document. Open the properties of your web site, chose "Documents" tab. Add "index.php". |
|
#5
|
||||
|
||||
|
Thank you for your help!
I also found that, to make that work, I had to restart the web site. I'm trying to learn... ![]() |
![]() |
| Viewing: Dev Shed Forums > System Administration > IIS > IIS and new sites |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|