|
Posted by BethH on 10/04/07 13:13
Hello!
I'm developing a webpage locally. I originally started it on PHP 5
and XP (where it was working). We've recently changed my machine to a
dual boot with most of the important stuff on Vista, so I'm going
about getting the page up and working in Vista.
It will load the first page without issue, but if I try to get to the
second page (or any page other than 'index.php'), it throws a 500
error at me:
HTTP Error 500.0 - Internal Server Error
Description: The page cannot be displayed because an internal server
error has occurred.
Error Code: 0x00000000
Notification: ExecuteRequestHandler
Module: IsapiModule
Requested URL: http://localhost:80/cmm/home.php
Physical Path: C:\Code\Cleary\Marketing\home.php
Logon User: Anonymous
Logon Method: Anonymous
Handler: PHP
Here's what I've done:
php.ini is copied to the windows directory and permissions are set to
allow IUSR read and execute. The extension path inside php.ini is set
to "c:\program files\php\ext" (I had it installed to 'c:\php' in
XP). I've set up PHP as a handler in IIS. PHP is also set as an
ISAPI filter, with restrictions set to allow unspecified.
I've tried searching for this, but was unable to find any search
results that helped.
Any suggestions?
Navigation:
[Reply to this message]
|