Greetings, > Okay...:) > > It's all a little new to me since I've never run PHP before on a server > that had problems with it, and I actually know Apache on linux a lot > better (editing text files with pico is a hell of a lot quicker and > simpler, imho). > > So, what exactly are you talking about when enabling .php suffixes? I > thought the installer did that? Can anyone give me a pointer in that > direction and I can try it. :)
The right direction would be the Apache Doc's that came with your version. Another - the Apache's configuration file; httpd.conf. The folllowing is an exerpt from it, describing ".php" suffixes". # AddType allows you to tweak mime.types without actually editing it, or to # make certain files to be certain types. # # For example, the PHP 3.x module (not part of the Apache distribution - see # http://www.php.net) will typically use: # AddType application/x-httpd-php3 .php3 AddType application/x-httpd-php3-source .phps # # And for PHP 4.x, use: # AddType application/x-httpd-php .php AddType application/x-httpd-php .php4 AddType application/x-httpd-php-source .phps Bset wishes, Chris > > Thanks again, > > Nat. :) > > > -----Original Message----- > From: Corn Vollney-R7019C [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, November 20, 2001 4:47 PM > To: [EMAIL PROTECTED] > Subject: RE: [PHP-INST] Server 500 Error.... > > > Likewise, did you configure IIS 4 for the .php suffix? Also might help > to open the .exe etc files to IIS 4's default users, sorry I cant > remember what their called anymore, but there are two of them, one for > regular web users and the other to execute scripts. > > Voll > > -----Original Message----- > From: Chris [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, November 20, 2001 3:42 PM > To: [EMAIL PROTECTED] > Subject: Re: [PHP-INST] Server 500 Error.... > > > Greetings, > What *verbosity* level are you running your Error Log(s) at? If set > high enough, your server should dump some informative info (pointers), > that'll help point you in the right direction. Off the top of my head, > I would guess a Permission Issue. > > Best Wishes, > Chris > > >> Hi. >> >> A few weeks ago, I got PHP Nuke to install beautifully on my XP >> machine at home to test it - no problems for a first time user. >> >> Now, I want to use it for my work web site on my remote server for the > >> company I work for. I am running Windows 2000 Server edition on a nice > >> fast box with IIS 4. >> >> I installed PHP, MySQL, and PHPNuke. Only, I can't open any PHP pages: > >> I get an "Internal Server Error 500" every time I try to open a php >> page through the browser by hitting the site. Everything works fine >> and running php.exe -i outputs the HTML code just beautifully. >> >> I checked out all I could on this error and did the required things, >> making sure that the php.exe and the .dll file is all accessible to >> anonymous users (IEUSR_<computer> or whatever it is...can't remember >> off of the top of my head). But still, it doesn't work. >> >> >> Can anyone please help me out with this? I really need to set >> something up very quickly and I would love to use PHPNuke. :) >> >> >> Thanks, >> >> >> Nat. >> [EMAIL PROTECTED] >> http://www.somethingwonderful.com >> >> >> -- >> PHP Install Mailing List (http://www.php.net/) >> To unsubscribe, e-mail: [EMAIL PROTECTED] >> For additional commands, e-mail: [EMAIL PROTECTED] >> To contact the list administrators, e-mail: >> [EMAIL PROTECTED] > > > -- > Chris out... > _________ __________ __________ _____________ > / _____/\ / ____ \ / ______/\ /____ ____/\ > / /\____\/ / /\_ / /\ / / \____\/ \___/ /\___\/ > / /_/__ / /_/_/ / / / /__/_ / / / > / _____/\ / ____ / / \_____ \ / / / > / /\____\/ / /\_ / / / \____\ /\ / / / > / / / / / / / / / _________/ / / / / / > /___/ / /___/ / /___/ / /___________/ / /___/ / > \___\/ \___\/ \___\/ \___________\/ > \___\/.dnswatch.com > They that can give up essential liberty to obtain a little > temporary safety deserve neither liberty nor safety. > - Benjamin Franklin > .. > > ............................................ > This email was sent using DNSWATCH WebMail. > "Get an account today!" > http://www.dnswatch.com/dnswm112/ > > > > -- > PHP Install Mailing List (http://www.php.net/) > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > To contact the list administrators, e-mail: > [EMAIL PROTECTED] > > -- > PHP Install Mailing List (http://www.php.net/) > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > To contact the list administrators, e-mail: > [EMAIL PROTECTED] > > > > -- > PHP Install Mailing List (http://www.php.net/) > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > To contact the list administrators, e-mail: > [EMAIL PROTECTED] -- Chris out... _________ __________ __________ _____________ / _____/\ / ____ \ / ______/\ /____ ____/\ / /\____\/ / /\_ / /\ / / \____\/ \___/ /\___\/ / /_/__ / /_/_/ / / / /__/_ / / / / _____/\ / ____ / / \_____ \ / / / / /\____\/ / /\_ / / / \____\ /\ / / / / / / / / / / / / _________/ / / / / / /___/ / /___/ / /___/ / /___________/ / /___/ / \___\/ \___\/ \___\/ \___________\/ \___\/.dnswatch.com They that can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety. - Benjamin Franklin .. ............................................ This email was sent using DNSWATCH WebMail. "Get an account today!" http://www.dnswatch.com/dnswm112/ -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]