Did you copy php4ts.dll to C:\WINNT\system32? This seems to be the root of
most PHP installation problems on Win32 systems.
- Original Message -
From: "Jason Lehman" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, January 30, 2002 5:50 AM
Subject: [PHP-INST] I am Stupid and C
tion application/x-httpd-php "/php/php.exe"
You might want to experiment with the module. It's been pretty stable for me
on Win2K Pro and Server.
- Original Message -
From: "Poul Theodorsen" <[EMAIL PROTECTED]>
To: "Mike Maltese" <[EMAIL PROTECTED]
Remove The ScriptAlias linePHP scripts should be able to be executed
from any directory.
For the Action directive, name the path explicitly:
Action application/x-httpd-php "f:/usr/php.exe"
Hope this gets you going.
- Original Message -
From: "Poul Theodorsen" <[EMAIL PROTECTED]>
T
1. Remove the ScriptAlias line
2. Uncomment the AddType line (remove the "#")
3. Try Action application/x-httpd-php "C:/php/php.exe"
4. Restart Apache.
Let us know if you are still having problems.
- Original Message -
From: "Suzanne Francis" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
S
DirectoryIndex index.html index.php
If you want to turn auto-indexing (listing of folder contents) off, just
find the Directory directive for your document root and remove Indexes from
Options. It should look something like this:
AllowOverride None
Options MultiViews FollowSymLinks
Order all
le I
> get a page cannot be displayed error. but still it won't load anything
>
>
> - Original Message -
> From: "Mike Maltese" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Friday, January 25, 2002 8:04 PM
> Subject: Re: [PHP-INST
Are you using the Apache module of the PHP executable(CGI)?
- Original Message -
From: "Julius Najzer" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, January 25, 2002 4:54 PM
Subject: [PHP-INST] A small problem, so if anyone could help.
I'm using WindowsME and have both Apac