Problem on one server with php... php test file in doc root works well
and returns variables, status, etc... But when trying to open a php
under a subdir, the client browser will attempt to download the file.
I post here since php(4) is working, so I think it's an Apache config
issue.
There are are no directory options defined for the dir. (It is is for
phpMyAdmin, and requires no settings in http.conf)
In php.conf under conf.d:
LoadModule php4_module modules/libphp4.so
AddType application/x-httpd-php .php # for PHP 4
<Files *.php>
SetOutputFilter PHP
SetInputFilter PHP
LimitRequestBody 524288
</Files>
DirectoryIndex index.php
Thanks in advance-
Andrew Long
---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx
" from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx