|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
IIS5 and PHP
Hi,
I'm trying to configure and IIS5 server to use PHP 5. I've completed the Windows installer and it seems to work OK, when I test it in the default website folder with php_info (). However, when I then set up a new website in the IIS manager and use the files which were previously tested on an XAMPP server (and worked) it doesn't seem to work. The only file that shows up is the one specified as default document. For the other ones, I don't get an error message just a blank screen. any ideas why this could be? thanks, TT |
|
#2
|
|||
|
|||
|
One guess is some antivirus script blocking program on the computer.
What's a XAMPP server btw?
__________________
====== Doug G ====== I didn't attend the funeral, but I sent a nice letter saying I approved of it. --Mark Twain |
|
#3
|
|||
|
|||
|
ISS6 and PHP
Hi
I have the same problem with IIS6 and PHP5 on a Windows 2003 server. I have set up IIS6 to use PHP as a ISAPI filter. My directory structure looks like this: c:\Inetpub\wwwroot\ c:\Inetpub\wwwroot\www.my-website.com\ The default website has the wwwroot directory as home and the www.my-website.com website has the other directory as home. Now, if I put a test.php file (dumping phpinfo) in the my-website.com directory, I get the following behaviour in my browser: http://127.0.0.1/www.my-website.com/test.php (works correctly) http://www.my-website.com/test.php No input file specified. For html files, it works like expected. What could be wrong with my IIS config? Regards, S.Kruger |
|
#4
|
||||
|
||||
|
Quote:
You're not specifying a real site here, and your computer is actually trying to go to "my-website.com". Using 127.0.0.1 (or localhost) is working, because it's pointing to your computer.
__________________
Raid1 in XP Pro My open source projects: ------------------------ Blobber - Add images as blobs to SQL Server ------------------------ |
![]() |
| Viewing: Dev Shed Forums > System Administration > IIS > IIS5 and PHP |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|